Remove deprecated Devise methods

This commit is contained in:
Erik Michaels-Ober 2012-05-22 10:42:00 -10:00
parent 7428ae91f7
commit d524215ed6
1 changed files with 0 additions and 7 deletions

View File

@ -9,9 +9,6 @@ Devise.setup do |config|
# Configure the class responsible to send e-mails.
# config.mailer = "Devise::Mailer"
# Automatically apply schema changes in tableless databases
config.apply_schema = false
# ==> ORM configuration
# Load and configure the ORM. Supports :active_record (default) and
# :mongoid (bson_ext recommended) by default. Other ORMs may be
@ -111,10 +108,6 @@ Devise.setup do |config|
# If true, extends the user's remember period when remembered via cookie.
config.extend_remember_period = true
# If true, uses the password salt as remember token. This should be turned
# to false if you are not using database authenticatable.
config.use_salt_as_remember_token = true
# Options to be passed to the created cookie. For instance, you can set
# :secure => true in order to force SSL only cookies.
# config.cookie_options = {}