mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
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:
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user