mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add #destroy_by
into trigger callbacks methods [skip ci]
This commit is contained in:
parent
0d0eb93b16
commit
527bc1085e
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ The following methods trigger callbacks:
|
|||
* `destroy`
|
||||
* `destroy!`
|
||||
* `destroy_all`
|
||||
* `destroy_by`
|
||||
* `save`
|
||||
* `save!`
|
||||
* `save(validate: false)`
|
||||
|
|
Loading…
Reference in a new issue