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
1 changed files with 1 additions and 0 deletions

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`