From 780010c33594ca30e4e5138faaed7a709063eb2a Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Wed, 21 Aug 2019 14:32:58 +0530 Subject: [PATCH] Fixed ActionController Gem bug report by adding allowed hosts config --- guides/bug_report_templates/action_controller_gem.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/bug_report_templates/action_controller_gem.rb b/guides/bug_report_templates/action_controller_gem.rb index c49f2c2662..09cced43be 100644 --- a/guides/bug_report_templates/action_controller_gem.rb +++ b/guides/bug_report_templates/action_controller_gem.rb @@ -16,6 +16,7 @@ require "action_controller/railtie" class TestApp < Rails::Application config.root = __dir__ + config.hosts << "example.org" config.session_store :cookie_store, key: "cookie_store_key" secrets.secret_key_base = "secret_key_base"