Sha256: 96f8f69420cb353a4ce8471b7b779f71748b524cf00fd07b1b4efb837da7566c

Contents?: true

Size: 513 Bytes

Versions: 1

Compression:

Stored size: 513 Bytes

Contents

# Be sure to restart your server when you modify this file.

require 'mongoid_session_store/mongoid_store'

# Example::Application.config.session_store :cookie_store, :key => '_example_session'
Example::Application.config.session_store :mongoid_store

# 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")
# Example::Application.config.session_store :active_record_store

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongoid_session_store-0.0.1 example/config/initializers/session_store.rb