diff options
author | Zoltan Debre <zdebre@gmail.com> | 2013-04-07 18:24:30 +0200 |
---|---|---|
committer | Zoltan Debre <zdebre@gmail.com> | 2013-04-07 18:24:30 +0200 |
commit | c33c4d1bb696059a7d459e4090d78a4d45702b7b (patch) | |
tree | bf8b8b3a371b20e5cd9e91586585aaf5bb785b42 /guides/source | |
parent | 800d3427a532221a7200d91f7ed8a992be809213 (diff) | |
download | rails-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')
-rw-r--r-- | guides/source/form_helpers.md | 2 |
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 |