mirror of https://github.com/rails/rails
Update documentation to match change in #5942 [ci skip]
This commit is contained in:
parent
33c05363e2
commit
e57ad6dc03
|
@ -54,7 +54,7 @@ module ActiveModel
|
||||||
#
|
#
|
||||||
# Configuration options:
|
# Configuration options:
|
||||||
# * <tt>:message</tt> - A custom error message (default is: "doesn't match
|
# * <tt>:message</tt> - A custom error message (default is: "doesn't match
|
||||||
# confirmation").
|
# <tt>%{translated_attribute_name}</tt>").
|
||||||
#
|
#
|
||||||
# There is also a list of default options supported by every validator:
|
# There is also a list of default options supported by every validator:
|
||||||
# +:if+, +:unless+, +:on+, +:allow_nil+, +:allow_blank+, and +:strict+.
|
# +:if+, +:unless+, +:on+, +:allow_nil+, +:allow_blank+, and +:strict+.
|
||||||
|
|
Loading…
Reference in New Issue