1
0
Fork 0
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:
Pablo Torres 2012-12-12 12:01:37 -05:00
parent 019b38999d
commit 2cdf6bda4a

View file

@ -150,6 +150,7 @@ The following methods trigger callbacks:
* `create!`
* `decrement!`
* `destroy`
* `destroy!`
* `destroy_all`
* `increment!`
* `save`