Sha256: 71bc37388ce4f1e8f808747624d2b313d0160a9aebc62d223035658c7e74c152
Contents?: true
Size: 441 Bytes
Versions: 17
Compression:
Stored size: 441 Bytes
Contents
# frozen_string_literal: true # Be sure to restart your server when you modify this file. Dummy::Application.config.session_store :cookie_store, :key => '_dummy_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") # Dummy::Application.config.session_store :active_record_store
Version data entries
17 entries across 17 versions & 2 rubygems