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
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