Update documentation to match change in #5942 [ci skip]

This commit is contained in:
edogawaconan 2014-08-24 00:04:07 +09:00
parent 33c05363e2
commit e57ad6dc03
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ module ActiveModel
#
# Configuration options:
# * <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:
# +:if+, +:unless+, +:on+, +:allow_nil+, +:allow_blank+, and +:strict+.