-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Auditing
Rikki Pitt edited this page Jun 8, 2015
·
7 revisions
You can display an historic of all actions done on any model/instance with the help of one of the provided plugin integration below:
- PaperTrail (ActiveRecord)
- mongoid_audit (Mongoid)
- Internal audit plugin (ActiveRecord - legacy)
If you wish to rollback any changes recorded by PaperTrail, use RailsAdminHistoryRollback. It provides a visual diff of the model changes with the ability to revert. See below screenshots.