Skip to content
alaarab edited this page Jul 2, 2012 · 3 revisions
  • First install PaperTrail
  • add the has_paper_trail statements to the tracked models
  • add this to your rails_admin.rb initializer:
config.audit_with :paper_trail, User

User should be your 'user' model.

Clone this wiki locally