mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove reference to Rack::RewindableInput, which has been removed a while ago.
Signed-off-by: Joshua Peek <josh@joshpeek.com>
This commit is contained in:
committed by
Joshua Peek
parent
cb9a1f17f0
commit
5e57e2fa58
@@ -565,7 +565,7 @@ Run `rake gems:install` to install the missing gems.
|
||||
Rails::Rack::Metal.metal_paths += plugin_loader.engine_metal_paths
|
||||
|
||||
configuration.middleware.insert_before(
|
||||
:"ActionController::RewindableInput",
|
||||
:"ActionController::ParamsParser",
|
||||
Rails::Rack::Metal, :if => Rails::Rack::Metal.metals.any?)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user