aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/lib/action_controller/metal/asset_paths.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/actionpack/lib/action_controller/metal/asset_paths.rb b/actionpack/lib/action_controller/metal/asset_paths.rb
index 5165814dfe..3c1c95c042 100644
--- a/actionpack/lib/action_controller/metal/asset_paths.rb
+++ b/actionpack/lib/action_controller/metal/asset_paths.rb
@@ -4,9 +4,7 @@ module ActionController
module AssetPaths
extend ActiveSupport::Concern
- included do
- include AbstractController::AssetPaths
- end
+ include AbstractController::AssetPaths
def invalid_asset_host!(help_message)
raise ActionController::RoutingError, "This asset host cannot be computed without a request in scope. #{help_message}"