In my app that I build to learn RoR, I want to add change tracking and use the Audited gem for that. While it is clear how to add it to my models, how can I see the changes?
I would want to add a link / button on each page for the different objects / classes / models that opens a view with the audit log. i.e. listing all changes (date/time, field, old value, new value, by user) sorted by the date/time of the change.
Can't find any documentation for it. All help to get started appreciated.