1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Update legacy comment

This commit is contained in:
Hao Wei 2014-05-01 19:49:37 +08:00
parent 1ad09f9cfc
commit 11c8875479

View file

@ -404,7 +404,7 @@ module Devise
# Sets warden configuration using a block that will be invoked on warden
# initialization.
#
# Devise.initialize do |config|
# Devise.setup do |config|
# config.allow_unconfirmed_access_for = 2.days
#
# config.warden do |manager|