We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e763b commit 113c2baCopy full SHA for 113c2ba
test/helper.rb
@@ -27,7 +27,6 @@ def self.build_app(routes = nil)
27
RoutedRackApp.new(routes || ActionDispatch::Routing::RouteSet.new) do |middleware|
28
middleware.use ActionDispatch::DebugExceptions
29
middleware.use ActionDispatch::Callbacks
30
- middleware.use ActionDispatch::ParamsParser
31
middleware.use ActionDispatch::Cookies
32
middleware.use ActionDispatch::Flash
33
middleware.use Rack::Head
0 commit comments