You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assign id attributes first in Active Record attribute assignment
Instead of assigning hashes later, we can assign IDs first to maintain
the same behaviour for nested attribute assignment. Deferring hash
assignment causes problems in store scenarios where an attribute can be
assigned two different ways, which had worked since Rails 7.2.
0 commit comments