I have an application where there are two types of user currently, Admin and Vendor, and i want to log their activities like
\"TestAdmin\" viewed transaction \"T
There are couple of plugins in rails to implement this kind of functionality model-wise. I used acts_as_audited which fulfilled my requirement.
I got to know about one more record_activities, but don't know more about it. Hope it may help to you!