diff options
| author | Marc Florisson | 2014-02-28 12:23:49 +0100 |
|---|---|---|
| committer | Marc Florisson | 2014-02-28 12:26:57 +0100 |
| commit | cb1204bee3db1124a0482ade3f1fdd52b037b28f (patch) | |
| tree | 78ff4b784145adf98c673cddf75db8e7dbc57de9 /config/initializers/devise.rb | |
| parent | abb6bd4905278433d3974ce7edbbb894a9624d6b (diff) | |
| download | chouette-core-cb1204bee3db1124a0482ade3f1fdd52b037b28f.tar.bz2 | |
fix some warning reported when rails server starts
Diffstat (limited to 'config/initializers/devise.rb')
| -rw-r--r-- | config/initializers/devise.rb | 4 |
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. |
