Sha256: 3a672f56e1b3db9a8fec2e6752fab764c3d975299083c8f05108059eb11bdc1c
Contents?: true
Size: 456 Bytes
Versions: 15
Compression:
Stored size: 456 Bytes
Contents
# Be sure to restart your server when you modify this file. if defined?(FileShare::Application) FileShare::Application.config.session_store :cookie_store, :key => '_file-share_session' end # 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") # FileShare::Application.config.session_store :active_record_store
Version data entries
15 entries across 15 versions & 1 rubygems