Merge pull request #40093 from soartec-lab/add_destroy_by_into_trigger_callbacks_methods

Add `#destroy_by` into trigger callbacks methods [skip ci]
This commit is contained in:
Ryuta Kamizono 2020-08-23 21:47:30 +09:00 committed by GitHub
commit 29d46b2712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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