mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Here was a 404 error: Active Record Validations
Active Record Validations and Callbacks's URL and name is changed.
This commit is contained in:
parent
800d3427a5
commit
c33c4d1bb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue