From 90b075a395f999830f0f0a78d64ce739fa599bee Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 20 Aug 2015 19:04:51 -0300 Subject: [PATCH] Revert cookie store modification --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 2870748..701064d 100644 --- a/config/application.rb +++ b/config/application.rb @@ -128,7 +128,7 @@ module Noosfero # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. config.secret_token = noosfero_session_secret - config.session_store :active_record_store, key: '_noosfero_session' + config.session_store :cookie_store, key: '_noosfero_session' config.paths['db/migrate'] += Dir.glob "#{Rails.root}/{baseplugins,config/plugins}/*/db/migrate" config.i18n.load_path += Dir.glob "#{Rails.root}/{baseplugins,config/plugins}/*/locales/*.{rb,yml}" -- libgit2 0.21.2