Issues with ActiveRecord callbacks not executing in nested transactions in Rails 7.1
š Views: 0
š¬ Answers: 1
š
Created: 2025-08-21
ruby-on-rails activerecord callbacks
Iām experiencing unexpected behavior with ActiveRecord callbacks in Rails 7.1 when using nested transactions. I have a `User` model that has an `after_create` c...