Would there be conflicts if I have multiple callbacks of the same nature in Rails? Like several after_commit for the same model?
I guess I can join them into one method, but for readability reasons, I would rather not..
No they will be executed one after another
after_commit :callback_one, :callback_two
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With