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:
Hongli Lai (Phusion)
2009-04-26 11:21:15 -05:00
committed by Joshua Peek
parent cb9a1f17f0
commit 5e57e2fa58

View File

@@ -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