mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
update callbacks skipping methods in guide [ci skip]
This commit is contained in:
parent
5e29ea0f2a
commit
a56a3d05d8
1 changed files with 2 additions and 3 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue