From a9571f59655533c42c6a8e3135e09089498cba78 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Thu, 25 Apr 2024 14:48:02 -0400 Subject: [PATCH] wip --- test/dummy/config/initializers/action_dispatch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dummy/config/initializers/action_dispatch.rb b/test/dummy/config/initializers/action_dispatch.rb index 1ecb2040..d47a77e7 100644 --- a/test/dummy/config/initializers/action_dispatch.rb +++ b/test/dummy/config/initializers/action_dispatch.rb @@ -2,4 +2,4 @@ # frozen_string_literal: true # Route source locations are normally only available in development, so we need to enable this in test mode. -ActionDispatch::Routing::Mapper.route_source_locations = true if ENV["RAILS_ENV"] == "test" +ActionDispatch::Routing::Mapper.route_source_locations = true