Skip to content

Commit

Permalink
Merge pull request #12346 from graysonwright/patch-1
Browse files Browse the repository at this point in the history
[Documentation] Add a missing validation to I18n docs
  • Loading branch information
rafaelfranca committed Sep 24, 2013
2 parents 0dba7f6 + 52f3717 commit 7c2a29e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/source/i18n.md
Expand Up @@ -843,6 +843,7 @@ So, for example, instead of the default error message `"can not be blank"` you c
| numericality | :equal_to | :equal_to | count |
| numericality | :less_than | :less_than | count |
| numericality | :less_than_or_equal_to | :less_than_or_equal_to | count |
| numericality | :only_integer | :not_an_integer | - |
| numericality | :odd | :odd | - |
| numericality | :even | :even | - |

Expand Down

0 comments on commit 7c2a29e

Please sign in to comment.