Skip to content

Commit

Permalink
fix session store"
Browse files Browse the repository at this point in the history
  • Loading branch information
pghodgman committed Sep 15, 2013
1 parent ce19039 commit 990ebe5
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 45 deletions.
128 changes: 84 additions & 44 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/initializers/session_store.rb
@@ -1,3 +1,3 @@
# Be sure to restart your server when you modify this file.

OspreyModel::Application.config.session_store :encrypted_cookie_store, key: '_osprey-model_session'
OspreyModel::Application.config.session_store :cookie_store, key: '_osprey-model_session'

0 comments on commit 990ebe5

Please sign in to comment.