Skip to content
bbenezech edited this page Jan 4, 2012 · 16 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