Sha256: f311ccc74d498be062e529471ce4d851e6a45b2f2ab2486f6659d1379b3046ce
Contents?: true
Size: 540 Bytes
Versions: 6
Compression:
Stored size: 540 Bytes
Contents
# Be sure to restart your server when you modify this file. AppRoot::Application.config.session_store :cookie_store, :key => '_app_root_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") # AppRoot::Application.config.session_store :active_record_store if AppRoot::Application.config.respond_to?(:secret_key_base=) AppRoot::Application.config.secret_key_base = "foobar" end
Version data entries
6 entries across 6 versions & 3 rubygems