Skip to content

Commit

Permalink
Fixed sections regarding validations and callbacks to mention the tou…
Browse files Browse the repository at this point in the history
…ch method does not fire either validations or callbacks as stated in the docs.
  • Loading branch information
brianp committed Jun 2, 2011
1 parent 8e071bc commit a632746
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -82,6 +82,7 @@ The following methods skip validations, and will save the object to the database
* +increment!+ * +increment!+
* +increment_counter+ * +increment_counter+
* +toggle!+ * +toggle!+
* +touch+
* +update_all+ * +update_all+
* +update_attribute+ * +update_attribute+
* +update_column+ * +update_column+
Expand Down Expand Up @@ -1007,6 +1008,7 @@ Just as with validations, it's also possible to skip callbacks. These methods sh
* +increment+ * +increment+
* +increment_counter+ * +increment_counter+
* +toggle+ * +toggle+
* +touch+
* +update_column+ * +update_column+
* +update_all+ * +update_all+
* +update_counters+ * +update_counters+
Expand Down

0 comments on commit a632746

Please sign in to comment.