Skip to content

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

@medlefsen

Description

@medlefsen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions