We already use some log for our users activity to improve their experience. But we would like to increase our support by logging some important users activity.
I found some gems like pfeed
or audited
but it seems that none let us scope Model records objects.
I explain : Our goal is to have something like a vip
bool on our User model that is the condition for the gem to record the activity.
Is there something or did we need to create our custom process?
Thanks