aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/form_helpers.textile
diff options
context:
space:
mode:
authorBryan Woods <bryanwoods4e@gmail.com>2010-06-16 15:50:32 -0400
committerBryan Woods <bryanwoods4e@gmail.com>2010-06-16 15:50:32 -0400
commitc1ff781001af157c0d5ea5ac64e1fa17d47fe1f1 (patch)
tree8bd7ca568dc85ea97be5d1470198362aba30150e /railties/guides/source/form_helpers.textile
parent74b4d3f5219c401be755c61c83e57e4f0ff550e4 (diff)
downloadrails-c1ff781001af157c0d5ea5ac64e1fa17d47fe1f1.tar.gz
rails-c1ff781001af157c0d5ea5ac64e1fa17d47fe1f1.tar.bz2
rails-c1ff781001af157c0d5ea5ac64e1fa17d47fe1f1.zip
Guides: renaming to active_record_validations_callbacks for consistency and updating links to reflect new path
Diffstat (limited to 'railties/guides/source/form_helpers.textile')
-rw-r--r--railties/guides/source/form_helpers.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/form_helpers.textile b/railties/guides/source/form_helpers.textile
index 515b3aad39..1f1b7d076e 100644
--- a/railties/guides/source/form_helpers.textile
+++ b/railties/guides/source/form_helpers.textile
@@ -205,7 +205,7 @@ Upon form submission the value entered by the user will be stored in +params[:pe
WARNING: You must pass the name of an instance variable, i.e. +:person+ or +"person"+, not an actual instance of your model object.
-Rails provides helpers for displaying the validation errors associated with a model object. These are covered in detail by the "Active Record Validations and Callbacks":./activerecord_validations_callbacks.html#displaying-validation-errors-in-the-view guide.
+Rails provides helpers for displaying the validation errors associated with a model object. These are covered in detail by the "Active Record Validations and Callbacks":./active_record_validations_callbacks.html#displaying-validation-errors-in-the-view guide.
h4. Binding a Form to an Object