You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: