Log user activities in ROR

后端 未结 5 1357
慢半拍i
慢半拍i 2021-01-30 23:25

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         


        
5条回答
  •  说谎
    说谎 (楼主)
    2021-01-31 00:02

    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!

提交回复
热议问题