aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorAbd ar-Rahman Hamidi <bakhtiyor.h@gmail.com>2013-04-04 08:31:48 +0500
committerArun Agrawal <arunagw@gmail.com>2014-05-02 18:32:11 +0200
commit6604ce63e837efb4c4ddf9f42392e9b0440e3c7e (patch)
tree8dcf2776a85850cee3eea1fc9bb282970504e123 /activemodel/CHANGELOG.md
parentd4a2f7e8cc7a3af81a5ddf81ce35eec82665dc7c (diff)
downloadrails-6604ce63e837efb4c4ddf9f42392e9b0440e3c7e.tar.gz
rails-6604ce63e837efb4c4ddf9f42392e9b0440e3c7e.tar.bz2
rails-6604ce63e837efb4c4ddf9f42392e9b0440e3c7e.zip
Add singular and plural form for some validation messages
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 8f892ea3a7..68cc874ca3 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add plural and singular form for length validator's default messages
+
+ *Abd ar-Rahman Hamid*
+
* Introduce `validate` as an alias for `valid?`.
This is more intuitive when you want to run validations but don't care about