aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-08-20 20:24:17 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-08-20 20:24:17 +0900
commit3173244d4bffae93d93a54a25c077349f4ca3699 (patch)
tree932aa1c748bc75153cd0cac6d352a200176512e7 /guides/bug_report_templates
parent01a8e0c24ea1c24f288c3029e12a9cdf6b56b3bb (diff)
downloadrails-3173244d4bffae93d93a54a25c077349f4ca3699.tar.gz
rails-3173244d4bffae93d93a54a25c077349f4ca3699.tar.bz2
rails-3173244d4bffae93d93a54a25c077349f4ca3699.zip
remove unnessary `session_store` setting
Since e5a6f7ee9e951dbe0e4e9ea2c0743b4dfb135c57, by default the session store will be set to cookie store with application name as session key.
Diffstat (limited to 'guides/bug_report_templates')
-rw-r--r--guides/bug_report_templates/action_controller_master.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/bug_report_templates/action_controller_master.rb b/guides/bug_report_templates/action_controller_master.rb
index cd0a3be85c..486c7243ad 100644
--- a/guides/bug_report_templates/action_controller_master.rb
+++ b/guides/bug_report_templates/action_controller_master.rb
@@ -14,7 +14,6 @@ require "action_controller/railtie"
class TestApp < Rails::Application
config.root = File.dirname(__FILE__)
- config.session_store :cookie_store, key: "cookie_store_key"
secrets.secret_token = "secret_token"
secrets.secret_key_base = "secret_key_base"