History - railsadminteam/rails_admin GitHub Wiki
History is RailsAdmin's historic change observer.
It used to be activated by default, not anymore.
Activate it with:
config.audit_with :history, User
User should be your 'user' model.
History is RailsAdmin's historic change observer.
It used to be activated by default, not anymore.
Activate it with:
config.audit_with :history, User
User should be your 'user' model.