Skip to content
Evan Arnold edited this page Nov 5, 2013 · 16 revisions
  • First install PaperTrail Note: you should use the --with-changes option when creating the version table to ensure that history messages are recorded.
  • 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