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
Ran into a case where we were calling insert_all! on a model without disabling audit logging. Looks like we don't have this method on the list. We do have insert_all without the ! and the only difference between them how they handle conflicts, so I think we would want both.
Ran into a case where we were calling
insert_all!
on a model without disabling audit logging. Looks like we don't have this method on the list. We do haveinsert_all
without the!
and the only difference between them how they handle conflicts, so I think we would want both.https://github.com/Betterment/journaled/blob/master/lib/journaled/audit_log.rb#L181-L188
The text was updated successfully, but these errors were encountered: