1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add #delete_by into skipping callback methods [skip ci]

This commit is contained in:
soartec-lab 2020-08-24 00:26:58 +09:00
parent 29d46b2712
commit bf2a14cde1

View file

@ -246,6 +246,7 @@ Just as with validations, it is also possible to skip callbacks by using the fol
* `decrement_counter`
* `delete`
* `delete_all`
* `delete_by`
* `increment!`
* `increment_counter`
* `insert`