aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan <kia84@users.noreply.github.com>2013-12-16 10:13:35 +0300
committerIvan <kia84@users.noreply.github.com>2013-12-16 10:13:35 +0300
commite838fa068f230682ee9a1114119c81061a308508 (patch)
treef578e7c8b8f5376942ec5036ae94459bf05d4aab
parent108171a44e7c4f762ec7a1db99b1e3e8b87744df (diff)
downloadrails-e838fa068f230682ee9a1114119c81061a308508.tar.gz
rails-e838fa068f230682ee9a1114119c81061a308508.tar.bz2
rails-e838fa068f230682ee9a1114119c81061a308508.zip
Added `absence` parameter to pluralization table
Added `absence` parameter to table in section `5.1.2 Error Message Interpolation`.
-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 |