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
Fix: rails#26420
Back in Rails 4, calling `#increment!` on a new record would save
it, but I don't think it's a good behavior, and it no longer
has done so for many years now.
It's better to raise like `#update_columns`.
Co-Authored-By: akicho8 <[email protected]>
0 commit comments