aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-12-15 23:38:27 -0800
committerYves Senn <yves.senn@gmail.com>2013-12-15 23:38:27 -0800
commitdfbea4db546cc240b7173109017e43e34b2a1a09 (patch)
treef578e7c8b8f5376942ec5036ae94459bf05d4aab
parent108171a44e7c4f762ec7a1db99b1e3e8b87744df (diff)
parente838fa068f230682ee9a1114119c81061a308508 (diff)
downloadrails-dfbea4db546cc240b7173109017e43e34b2a1a09.tar.gz
rails-dfbea4db546cc240b7173109017e43e34b2a1a09.tar.bz2
rails-dfbea4db546cc240b7173109017e43e34b2a1a09.zip
Merge pull request #13333 from kia84/master
Added `absence` parameter to pluralization table [ci skip]
-rw-r--r--guides/source/i18n.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index 6f79b3ddd7..a98ef567ea 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -833,6 +833,7 @@ So, for example, instead of the default error message `"can not be blank"` you c
| confirmation | - | :confirmation | - |
| acceptance | - | :accepted | - |
| presence | - | :blank | - |
+| absence | - | :present | - |
| length | :within, :in | :too_short | count |
| length | :within, :in | :too_long | count |
| length | :is | :wrong_length | count |