1
0
Fork 0
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:
Paulo Henrique Castro 2017-12-19 20:34:45 +10:00 committed by Leonardo Tegon
parent 42b68d53a7
commit 1b02534bef

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.