before_action in bulk_create
I'm implementing some logic that would bulk_destroy existing records and bulk_create in a transaction
and then
but the
Thanks
and then
but the
before_action gets called before every batch, what's the idiomatic way to achieve this behavior and having the before_action running only once in transaction?Thanks
