diff --git a/guides/source/active_record_callbacks.md b/guides/source/active_record_callbacks.md index 744cb58eb4ae034db109620c758c916db5159102..8d4e96ba2776a7da7d011eb56dd8070a02b74f4c 100644 --- a/guides/source/active_record_callbacks.md +++ b/guides/source/active_record_callbacks.md @@ -211,6 +211,7 @@ The following methods trigger callbacks: * `destroy` * `destroy!` * `destroy_all` +* `destroy_by` * `save` * `save!` * `save(validate: false)`