aboutsummaryrefslogtreecommitdiffstats
path: root/config/initializers/devise.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/initializers/devise.rb')
-rw-r--r--config/initializers/devise.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb
index 4a8d86e87..37e7c1d1f 100644
--- a/config/initializers/devise.rb
+++ b/config/initializers/devise.rb
@@ -10,7 +10,7 @@ Devise.setup do |config|
# config.mailer = "Devise::Mailer"
# Automatically apply schema changes in tableless databases
- config.apply_schema = false
+ # config.apply_schema = false
# ==> ORM configuration
# Load and configure the ORM. Supports :active_record (default) and
@@ -134,7 +134,7 @@ Devise.setup do |config|
# This configures your application to use the salt as the remember token.
# Leave this set to true - this option was kept for backwards compatibility
# and will be removed in some future releases.
- config.use_salt_as_remember_token = true
+ # 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.