Using auditied in a rails4 app

77 Views Asked by At

I am working on a rails4 app and trying to use audited gem to save logs. I have followed the instructions on the github page and the audited table is created. but I put 'audited :allow_mass_assignment => true' in one of my models and restarted the server. But the audits table is still empty after updating a record of that model successfully.

0

There are 0 best solutions below