1
0
Fork 0
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:
Shivam Jain 2019-02-23 01:03:54 +05:30
parent 5e29ea0f2a
commit a56a3d05d8

View file

@ -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`