Rails 7.1: Unexpected behavior when using `update_all` with scopes on dependent records
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-07-31
ruby-on-rails activerecord sql
I'm encountering an issue in my Rails 7.1 application where I need to update a set of related records using `update_all`, but it seems to be ignoring the scopes...