# File lib/action_controller/rewindable_input.rb, line 23 def call(env) env['rack.input'] = RewindableIO.new(env['rack.input']) @app.call(env) end