Sha256: 7a7e54e672ffba3d7d94a8fb489919ec7896d85ebe5ea04683f0ac5f21f89a85
Contents?: true
Size: 573 Bytes
Versions: 4
Compression:
Stored size: 573 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 SimpleTabs::Application.config.session_store :cookie_store, :key => '_simple_tabs_session' #SimpleTabs::Application.config.session_store :cookie_store, key: '_simple_tabs_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") # SimpleTabs::Application.config.session_store :active_record_store
Version data entries
4 entries across 4 versions & 1 rubygems