app:update and modifying configurations

This commit is contained in:
shlok007 2016-08-10 17:20:10 -04:00
parent 81ef17f346
commit 519a3616ac
25 changed files with 364 additions and 167 deletions

View file

@ -1,8 +1,3 @@
# Be sure to restart your server when you modify this file.
Osem::Application.config.session_store :cookie_store, key: '_osem_session'
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with "rails generate session_migration")
# Osem::Application.config.session_store :active_record_store
Rails.application.config.session_store :cookie_store, key: '_osem_session'