mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
AR validations and callbacks guide: put update_attribute back
This commit is contained in:
parent
738e906a02
commit
6194c6d13b
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ The following methods skip validations, and will save the object to the database
|
|||
* +increment_counter+
|
||||
* +toggle!+
|
||||
* +update_all+
|
||||
* +update_attribute+
|
||||
* +update_column+
|
||||
* +update_counters+
|
||||
|
||||
|
@ -964,6 +965,7 @@ The following methods trigger callbacks:
|
|||
* +save(false)+
|
||||
* +toggle!+
|
||||
* +update+
|
||||
* +update_attribute+
|
||||
* +update_attributes+
|
||||
* +update_attributes!+
|
||||
* +valid?+
|
||||
|
|
Loading…
Reference in a new issue