aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/activerecord_validations_callbacks.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-03-15 23:22:04 +0100
committerXavier Noria <fxn@hashref.com>2009-03-15 23:22:04 +0100
commit804a304065d04265957458bf27810bb7fb4e99e8 (patch)
tree444872d253de35255dd75891c53cebca5f01546e /railties/guides/source/activerecord_validations_callbacks.textile
parenta19be732cd0dbdba8dec2014c25539dabd685dfc (diff)
downloadrails-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.textile2
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