AR validations and callbacks guide: put update_attribute back

This commit is contained in:
Xavier Noria 2011-03-27 23:49:11 +02:00
parent 738e906a02
commit 6194c6d13b

@ -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?+