Merge pull request #49979 from ttanimichi/patch-2

Not only `save(validate: false)` but also `save!(validate: false)` triggers callbacks
This commit is contained in:
Hartley McGuire 2023-11-12 12:42:48 -05:00 committed by GitHub
commit 09d51c93e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ The following methods trigger callbacks:
* `save`
* `save!`
* `save(validate: false)`
* `save!(validate: false)`
* `toggle!`
* `touch`
* `update_attribute`