diff --git a/guides/source/active_record_callbacks.md b/guides/source/active_record_callbacks.md index 4568b467efe0b042493d0958a26594724dc898c8..614737c34232c0ec29ec4006bbc8d9212de49789 100644 --- a/guides/source/active_record_callbacks.md +++ b/guides/source/active_record_callbacks.md @@ -239,13 +239,12 @@ Skipping Callbacks Just as with validations, it is also possible to skip callbacks by using the following methods: -* `decrement` +* `decrement!` * `decrement_counter` * `delete` * `delete_all` -* `increment` +* `increment!` * `increment_counter` -* `toggle` * `update_column` * `update_columns` * `update_all`