diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-12-15 23:38:27 -0800 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-12-15 23:38:27 -0800 |
commit | dfbea4db546cc240b7173109017e43e34b2a1a09 (patch) | |
tree | f578e7c8b8f5376942ec5036ae94459bf05d4aab | |
parent | 108171a44e7c4f762ec7a1db99b1e3e8b87744df (diff) | |
parent | e838fa068f230682ee9a1114119c81061a308508 (diff) | |
download | rails-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.md | 1 |
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 | |