Sha256: e408793156cb294e73712f56926678f09015b881d68f15f77ca59b249ba0b253
Contents?: true
Size: 556 Bytes
Versions: 4
Compression:
Stored size: 556 Bytes
Contents
# Be sure to restart your server when you modify this file. # Using old hash style to be able to test with Ruby 1.8.7 Subtabs::Application.config.session_store :cookie_store, :key => '_subtabs_session' #Subtabs::Application.config.session_store :cookie_store, key: '_subtabs_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") # Subtabs::Application.config.session_store :active_record_store
Version data entries
4 entries across 4 versions & 1 rubygems