mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Move touch method from Skipping Callbacks section to Running Callbacks section [ci skip]
This commit is contained in:
parent
a45f234b02
commit
17ea5bf808
1 changed files with 1 additions and 1 deletions
|
@ -213,6 +213,7 @@ The following methods trigger callbacks:
|
|||
* `save!`
|
||||
* `save(validate: false)`
|
||||
* `toggle!`
|
||||
* `touch`
|
||||
* `update_attribute`
|
||||
* `update`
|
||||
* `update!`
|
||||
|
@ -245,7 +246,6 @@ Just as with validations, it is also possible to skip callbacks by using the fol
|
|||
* `increment`
|
||||
* `increment_counter`
|
||||
* `toggle`
|
||||
* `touch`
|
||||
* `update_column`
|
||||
* `update_columns`
|
||||
* `update_all`
|
||||
|
|
Loading…
Reference in a new issue