diff options
author | edogawaconan <me@myconan.net> | 2014-08-24 00:04:07 +0900 |
---|---|---|
committer | edogawaconan <me@myconan.net> | 2014-08-24 00:04:07 +0900 |
commit | e57ad6dc03efd269d289fcd447aafcf6e3058904 (patch) | |
tree | 06e0ccd55163c0e577cd1744749ead878ec64fc1 /activemodel | |
parent | 33c05363e2ed52aa8bdbf5ebf9ee5226ab85ecbc (diff) | |
download | rails-e57ad6dc03efd269d289fcd447aafcf6e3058904.tar.gz rails-e57ad6dc03efd269d289fcd447aafcf6e3058904.tar.bz2 rails-e57ad6dc03efd269d289fcd447aafcf6e3058904.zip |
Update documentation to match change in #5942 [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/lib/active_model/validations/confirmation.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/confirmation.rb b/activemodel/lib/active_model/validations/confirmation.rb index a51523912f..1b11c28087 100644 --- a/activemodel/lib/active_model/validations/confirmation.rb +++ b/activemodel/lib/active_model/validations/confirmation.rb @@ -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+. |