Sha256: 8e3c9fbac65a2f7556890e19342889a772cf2ed4eb8d93155dcef444d85e15f1
Contents?: true
Size: 472 Bytes
Versions: 26
Compression:
Stored size: 472 Bytes
Contents
# Be sure to restart your server when you modify this file. if defined?(EventCalendar::Application) EventCalendar::Application.config.session_store :cookie_store, :key => '_event-calendar_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") # EventCalendar::Application.config.session_store :active_record_store
Version data entries
26 entries across 26 versions & 1 rubygems