mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
change validatable docs to match generator (#4727)
lib/generators/templates/devise.rb#L160
This commit is contained in:
parent
42b68d53a7
commit
1b02534bef
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue