aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/form_helpers.md
diff options
context:
space:
mode:
authorZoltan Debre <zdebre@gmail.com>2013-04-07 18:24:30 +0200
committerZoltan Debre <zdebre@gmail.com>2013-04-07 18:24:30 +0200
commitc33c4d1bb696059a7d459e4090d78a4d45702b7b (patch)
treebf8b8b3a371b20e5cd9e91586585aaf5bb785b42 /guides/source/form_helpers.md
parent800d3427a532221a7200d91f7ed8a992be809213 (diff)
downloadrails-c33c4d1bb696059a7d459e4090d78a4d45702b7b.tar.gz
rails-c33c4d1bb696059a7d459e4090d78a4d45702b7b.tar.bz2
rails-c33c4d1bb696059a7d459e4090d78a4d45702b7b.zip
Here was a 404 error: Active Record Validations
Active Record Validations and Callbacks's URL and name is changed.
Diffstat (limited to 'guides/source/form_helpers.md')
-rw-r--r--guides/source/form_helpers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/form_helpers.md b/guides/source/form_helpers.md
index cf5bc972a3..a4dab39d55 100644
--- a/guides/source/form_helpers.md
+++ b/guides/source/form_helpers.md
@@ -221,7 +221,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](./active_record_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](./active_record_validations.html#displaying-validation-errors-in-views) guide.
### Binding a Form to an Object