Skip to content

Commit 4881417

Browse files
committed
change session_store database
1 parent 089a615 commit 4881417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/session_store.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Be sure to restart your server when you modify this file.
2-
Coderwall::Application.config.session_store :redis_store
2+
Rails.application.config.session_store :redis_store, {:db => 1, :namespace => 'cache'}

0 commit comments

Comments
 (0)