audited
audited copied to clipboard
Blacklist Columns or Models
Dear creators of this very useful gem!
How can i exclude a specific model?
<Model-Name>.auditing_enabled = false
did'nt work for me. i placed it in ApplicationController or inside the models, it did'nt work.
What i want to do is: Place "audited" in ApplicationRecord once for all models and then blacklist columns or models i want to exclude.
Is this possible? Best Regards, Christian
@chmich Were you able to figure out a way for this one?
Facing the same issue Placed this line inside the model for which audits has to be disabled <Model-Name>.auditing_enabled = false Not working as expected