diff options
author | Xavier Noria <fxn@hashref.com> | 2009-03-10 10:42:09 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-03-10 10:42:09 +0100 |
commit | 8db16e86c8506aa863590ef77973d159ec9eca2f (patch) | |
tree | 953aec83acbaed068fc2b1740d03b29d3f266725 | |
parent | 5c78693ea5ba97436eb272432d900d7af7970fd6 (diff) | |
download | rails-8db16e86c8506aa863590ef77973d159ec9eca2f.tar.gz rails-8db16e86c8506aa863590ef77973d159ec9eca2f.tar.bz2 rails-8db16e86c8506aa863590ef77973d159ec9eca2f.zip |
your dear missed typo, thank you
-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 8c2990435f..6a2208dea6 100644 --- a/railties/guides/source/activerecord_validations_callbacks.textile +++ b/railties/guides/source/activerecord_validations_callbacks.textile @@ -637,7 +637,7 @@ p.errors.on(:name) h4. +errors.size+ -+size+ returns the total number of errors messages for the object. ++size+ returns the total number of error messages for the object. <ruby> class Person < ActiveRecord::Base |