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:22:03 -05:00
committed by Joshua Peek
parent 82bc768dad
commit cd9bb88eef

View File

@@ -568,7 +568,7 @@ Run `rake gems:install` to install the missing gems.
Rails::Rack::Metal.metal_paths += plugin_loader.engine_metal_paths
configuration.middleware.insert_before(
:"ActionDispatch::RewindableInput",
:"ActionDispatch::ParamsParser",
Rails::Rack::Metal, :if => Rails::Rack::Metal.metals.any?)
end