1
0
Fork 0
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:
soartec-lab 2020-08-23 20:36:02 +09:00
parent 0d0eb93b16
commit 527bc1085e

View file

@ -211,6 +211,7 @@ The following methods trigger callbacks:
* `destroy`
* `destroy!`
* `destroy_all`
* `destroy_by`
* `save`
* `save!`
* `save(validate: false)`