module-and-template-store/config/initializers/session_store.rb

4 lines
142 B
Ruby
Raw Normal View History

2013-12-25 10:39:05 +00:00
# Be sure to restart your server when you modify this file.
Mtstore::Application.config.session_store :cookie_store, key: '_mtstore_session'