Fixed sections regarding validations and callbacks to mention the touch method does not fire either validations or callbacks as stated in the docs.

This commit is contained in:
brianp
2011-06-02 15:03:36 -07:00
parent 8e071bc068
commit a632746a6a

View File

@@ -82,6 +82,7 @@ The following methods skip validations, and will save the object to the database
* +increment!+
* +increment_counter+
* +toggle!+
* +touch+
* +update_all+
* +update_attribute+
* +update_column+
@@ -1007,6 +1008,7 @@ Just as with validations, it's also possible to skip callbacks. These methods sh
* +increment+
* +increment_counter+
* +toggle+
* +touch+
* +update_column+
* +update_all+
* +update_counters+