From 0cb3245b4da59f9f77f5797d37214cb7844772fd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 18 Sep 2018 16:13:17 -0700 Subject: Use rails scope by default --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 1ba01f4bf9..a24d5054cf 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true Rails.application.routes.draw do - scope :action_mailroom do + scope "rails/action_mailroom" do post "/inbound_emails" => "action_mailroom/inbound_emails#create", as: :rails_inbound_emails end end -- cgit v1.2.3