aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-03-10 10:42:09 +0100
committerXavier Noria <fxn@hashref.com>2009-03-10 10:42:09 +0100
commit8db16e86c8506aa863590ef77973d159ec9eca2f (patch)
tree953aec83acbaed068fc2b1740d03b29d3f266725 /railties/guides/source
parent5c78693ea5ba97436eb272432d900d7af7970fd6 (diff)
downloadrails-8db16e86c8506aa863590ef77973d159ec9eca2f.tar.gz
rails-8db16e86c8506aa863590ef77973d159ec9eca2f.tar.bz2
rails-8db16e86c8506aa863590ef77973d159ec9eca2f.zip
your dear missed typo, thank you
Diffstat (limited to 'railties/guides/source')
-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 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