We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.