User auditing with acts_as_audited
Thanks to Chaz for pointing out the section in the Rails Recipes book about using Rails’ cache\_sweeper
to implement auditing. I’ve updated acts\_as\_audited
so that it can quickly and easily audit modifications to your models along with the user that made the change. Check out the original post for more information and examples of how to use it.
This content is open source.
Suggest Improvements.