Unexpected behavior when using a custom after_save callback in Rails 7.1 with nested attributes
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-12
ruby ruby-on-rails active-record
I'm encountering an issue with a custom `after_save` callback in my Rails 7.1 application that uses nested attributes. I have a `User` model that has many `Post...