update devise gem

This commit is contained in:
Dmitriy Zaporozhets 2013-02-28 21:06:16 +02:00
parent 00ae65b108
commit ed9543ff5d
3 changed files with 6 additions and 5 deletions

View file

@ -99,7 +99,7 @@ Devise.setup do |config|
# ==> Configuration for :validatable
# Range for password length. Default is 6..128.
# config.password_length = 6..128
config.password_length = 6..128
# Email regex used to validate email formats. It simply asserts that
# an one (and only one) @ exists in the given string. This is mainly