summaryrefslogtreecommitdiff
path: root/test/dummy/config/initializers/session_store.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/dummy/config/initializers/session_store.rb')
-rw-r--r--test/dummy/config/initializers/session_store.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/dummy/config/initializers/session_store.rb b/test/dummy/config/initializers/session_store.rb
new file mode 100644
index 0000000..16787d2
--- /dev/null
+++ b/test/dummy/config/initializers/session_store.rb
@@ -0,0 +1,9 @@
+require 'couchrest_session_store'
+# Be sure to restart your server when you modify this file.
+
+Dummy::Application.config.session_store CouchRestSessionStore
+
+# 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 "rails generate session_migration")
+# Dummy::Application.config.session_store :active_record_store