aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-07-24 20:20:48 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-07-24 20:20:54 -0300
commit864b49d42f887b2453a3d90807569c8ca73af807 (patch)
tree08bd5ed78f12c3aecac9295889874cb9b0956294 /guides
parent2d6af1d387970d033ccf660a77305f2563fd36ef (diff)
parent2d9e5a26a10e5f83f9b3ac465bd45b2e15a0bc2a (diff)
downloadrails-864b49d42f887b2453a3d90807569c8ca73af807.tar.gz
rails-864b49d42f887b2453a3d90807569c8ca73af807.tar.bz2
rails-864b49d42f887b2453a3d90807569c8ca73af807.zip
Merge branch 'update_columns'
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_record_validations_callbacks.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/active_record_validations_callbacks.textile b/guides/source/active_record_validations_callbacks.textile
index f49d91fd3c..673894c93a 100644
--- a/guides/source/active_record_validations_callbacks.textile
+++ b/guides/source/active_record_validations_callbacks.textile
@@ -86,6 +86,7 @@ The following methods skip validations, and will save the object to the database
* +update_all+
* +update_attribute+
* +update_column+
+* +update_columns+
* +update_counters+
Note that +save+ also has the ability to skip validations if passed +:validate => false+ as argument. This technique should be used with caution.
@@ -1082,6 +1083,7 @@ Just as with validations, it is also possible to skip callbacks. These methods s
* +toggle+
* +touch+
* +update_column+
+* +update_columns+
* +update_all+
* +update_counters+