Auditing - railsadminteam/rails_admin GitHub Wiki
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.