-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
we are getting duplicate entries for same object modified using simple_audit like when parent and child both simple_audit has been added
Ex:- class A
simple_audit(params1)
end
class B < A
simple_audit(params1,params2)
end
we are expecting only one audit entry for B
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels