mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add #destroy! as a method that triggers callbacks
This commit is contained in:
parent
019b38999d
commit
2cdf6bda4a
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ The following methods trigger callbacks:
|
|||
* `create!`
|
||||
* `decrement!`
|
||||
* `destroy`
|
||||
* `destroy!`
|
||||
* `destroy_all`
|
||||
* `increment!`
|
||||
* `save`
|
||||
|
|
Loading…
Reference in a new issue