Skip to content

Commit

Permalink
proper namespace for the middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Sep 16, 2024
1 parent 3392610 commit 7b30fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ class Application < Rails::Application

config.assets.precompile = ["manifest.js"]

config.middleware.insert_after Rack::Runtime, ReplaceSemicolonWithAmpersand
config.middleware.insert_after Rack::Runtime, Middleware::ReplaceSemicolonWithAmpersand
end
end

0 comments on commit 7b30fc7

Please sign in to comment.