From 61af46ca2a23006b4daae0ccacd251a3d7c48242 Mon Sep 17 00:00:00 2001 From: Trevor Turk Date: Sat, 7 Mar 2009 15:29:28 -0600 Subject: Fix guide error: save(false) skips validations but does run callbacks --- railties/guides/source/activerecord_validations_callbacks.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/activerecord_validations_callbacks.textile b/railties/guides/source/activerecord_validations_callbacks.textile index 01e52bf01e..b5edf8c6d4 100644 --- a/railties/guides/source/activerecord_validations_callbacks.textile +++ b/railties/guides/source/activerecord_validations_callbacks.textile @@ -84,7 +84,7 @@ The following methods skip validations, and will save the object to the database * +update_attribute+ * +update_counters+ -Note that +save+ also has the ability to skip validations (and callbacks!) if passed +false+. This technique should be used with caution. +Note that +save+ also has the ability to skip validations if passed +false+. This technique should be used with caution. * +save(false)+ -- cgit v1.2.3