Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

insert_all! missing from list of blocked bulk operations for audit logging #36

Open
medlefsen opened this issue May 20, 2024 · 0 comments

Comments

@medlefsen
Copy link

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.

https://github.com/Betterment/journaled/blob/master/lib/journaled/audit_log.rb#L181-L188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant