交易跟踪

时间:2012-09-10 13:53:26

标签: ruby-on-rails

如何为我的应用创建交易跟踪? 我想检查一下我的用户的每个动作。

付款

record transaction of the following and with the fields inputed:
creating payment
editing payment
deleting payment

其他活动

Record add, edit, view and delete of other parts of the app including the fields input

1 个答案:

答案 0 :(得分:0)

您可以将ActiveSupport::Notifications用于此

http://asciicasts.com/episodes/249-notifications-in-rails-3