提交 5d6c6ec0 编写于 作者: A Andrey Nering

Adding information about 'allow_nil' option for 'numericality' [ci skip]

上级 8e529543
......@@ -487,6 +487,8 @@ constraints to acceptable values:
* `:even` - Specifies the value must be an even number if set to true. The
default error message for this option is _"must be even"_.
NOTE: By default, `numericality` doesn't allow `nil` values. You can use `allow_nil: true` option to permit it.
The default error message is _"is not a number"_.
### `presence`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册