0

アプリのトランザクション追跡を作成するにはどうすればよいですか? ユーザーのすべてのアクションを確認したいと思います。

支払い

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
4

1 に答える 1

0

ActiveSupport::Notificationsこれに使用できます

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

于 2012-09-10T13:59:42.087 に答える