We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.