aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorTrevor Turk <trevorturk@yahoo.com>2009-02-04 08:54:14 -0600
committerTrevor Turk <trevorturk@yahoo.com>2009-02-04 08:54:14 -0600
commitffd0b1e3308823cd898d718b9d1e9ee24e8bec61 (patch)
tree765b78e74b89b025103c03d312a5ce7558d22645 /railties/guides
parentedffab41120a2b4c4da20a3dd2d2314640d0d6cf (diff)
downloadrails-ffd0b1e3308823cd898d718b9d1e9ee24e8bec61.tar.gz
rails-ffd0b1e3308823cd898d718b9d1e9ee24e8bec61.tar.bz2
rails-ffd0b1e3308823cd898d718b9d1e9ee24e8bec61.zip
Remove stray API link
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/activerecord_validations_callbacks.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/activerecord_validations_callbacks.textile b/railties/guides/source/activerecord_validations_callbacks.textile
index f7669e8977..a21b890d20 100644
--- a/railties/guides/source/activerecord_validations_callbacks.textile
+++ b/railties/guides/source/activerecord_validations_callbacks.textile
@@ -76,7 +76,7 @@ The following methods skip validations, and will save the object to the database
Note that +save+ also has the ability to skip validations if passed +false+. This technique should be used with caution:
-* "+save(false)+":http://api.rubyonrails.org/classes/ActiveRecord/Base.html#M002274
+* +save(false)+
h4. Skipping Validations