aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-28 01:11:09 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-28 01:11:09 +0000
commit31199a9e4af79f5d609bc6446e40e5f4ac03bb61 (patch)
treed3a31dd39163a06cf58193627b5931874bfd4791 /activerecord/CHANGELOG
parent66f546644b52394a60f6c17cfb544f86aac3b824 (diff)
downloadrails-31199a9e4af79f5d609bc6446e40e5f4ac03bb61.tar.gz
rails-31199a9e4af79f5d609bc6446e40e5f4ac03bb61.tar.bz2
rails-31199a9e4af79f5d609bc6446e40e5f4ac03bb61.zip
Update description
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4074 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 944c4acf2a..f90ba96bd1 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -2106,7 +2106,7 @@ in effect. Added :readonly finder constraint. Calling an association collectio
end
end
- This will add an error to the tune of "is too short (min is 3 characters)" or "is too long (min is 20 characters)" if
+ This will add an error to the tune of "is too short (minimum is 3 characters)" or "is too long (minimum is 20 characters)" if
the password is outside the boundry. The messages can be changed by passing a third and forth parameter as message strings.
* Implemented a clone method that works properly with AR. It returns a clone of the record that