diff options
author | Xavier Noria <fxn@hashref.com> | 2009-03-15 23:22:04 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-03-15 23:22:04 +0100 |
commit | 804a304065d04265957458bf27810bb7fb4e99e8 (patch) | |
tree | 444872d253de35255dd75891c53cebca5f01546e /railties/guides/source/activerecord_validations_callbacks.textile | |
parent | a19be732cd0dbdba8dec2014c25539dabd685dfc (diff) | |
download | rails-804a304065d04265957458bf27810bb7fb4e99e8.tar.gz rails-804a304065d04265957458bf27810bb7fb4e99e8.tar.bz2 rails-804a304065d04265957458bf27810bb7fb4e99e8.zip |
dasherize titles in a more predictable way, and update fragment identifiers accordingly
Diffstat (limited to 'railties/guides/source/activerecord_validations_callbacks.textile')
-rw-r--r-- | railties/guides/source/activerecord_validations_callbacks.textile | 2 |
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 3f62c76d81..5ae4884297 100644 --- a/railties/guides/source/activerecord_validations_callbacks.textile +++ b/railties/guides/source/activerecord_validations_callbacks.textile @@ -152,7 +152,7 @@ end >> Person.create.errors.invalid?(:name) # => true </ruby> -We'll cover validation errors in greater depth in the "Working with Validation Errors":#workingwith-validation-errors section. For now, let's turn to the built-in validation helpers that Rails provides by default. +We'll cover validation errors in greater depth in the "Working with Validation Errors":#working-with-validation-errors section. For now, let's turn to the built-in validation helpers that Rails provides by default. h3. Validation Helpers |