change validatable docs to match generator (#4727)

lib/generators/templates/devise.rb#L160
This commit is contained in:
Paulo Henrique Castro 2017-12-19 20:34:45 +10:00 committed by Leonardo Tegon
parent 42b68d53a7
commit 1b02534bef
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module Devise
# Validatable adds the following options to devise_for:
#
# * +email_regexp+: the regular expression used to validate e-mails;
# * +password_length+: a range expressing password length. Defaults to 8..72.
# * +password_length+: a range expressing password length. Defaults to 6..128.
#
module Validatable
# All validations used by this module.