Sha256: a6409ea792b0513d0d52bd0b48c96321e8d8bc47f49bde3c557132fb682d56f7
Contents?: true
Size: 439 Bytes
Versions: 23
Compression:
Stored size: 439 Bytes
Contents
# encoding: utf-8 # Be sure to restart your server when you modify this file. TestApp::Application.config.session_store \ :cookie_store, :key => '_test_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 "rails generate session_migration") # TestApp::Application.config.session_store :active_record_store
Version data entries
23 entries across 23 versions & 8 rubygems