提交 a56a3d05 编写于 作者: S Shivam Jain

update callbacks skipping methods in guide [ci skip]

上级 5e29ea0f
...@@ -239,13 +239,12 @@ Skipping Callbacks ...@@ -239,13 +239,12 @@ Skipping Callbacks
Just as with validations, it is also possible to skip callbacks by using the following methods: Just as with validations, it is also possible to skip callbacks by using the following methods:
* `decrement` * `decrement!`
* `decrement_counter` * `decrement_counter`
* `delete` * `delete`
* `delete_all` * `delete_all`
* `increment` * `increment!`
* `increment_counter` * `increment_counter`
* `toggle`
* `update_column` * `update_column`
* `update_columns` * `update_columns`
* `update_all` * `update_all`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册