Sha256: e9c9694f7c66a18ed47e159496c6eb3bf7f59b758b7b9d43051b5a37ee19b533

Contents?: true

Size: 408 Bytes

Versions: 5

Compression:

Stored size: 408 Bytes

Contents

# Be sure to restart your server when you modify this file.

MockApp::Application.config.session_store :cookie_store, :key => '_mock_app_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 "rake db:sessions:create")
# MockApp::Application.config.session_store :active_record_store

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
route_dog-2.4.2 test/mock_app/config/initializers/session_store.rb
route_dog-2.3.1 test/mock_app/config/initializers/session_store.rb
route_dog-2.3.0 test/mock_app/config/initializers/session_store.rb
route_dog-2.2.0 test/mock_app/config/initializers/session_store.rb
route_dog-2.0.1 test/mock_app/config/initializers/session_store.rb