# File lib/thinking_sphinx/middlewares/middleware.rb, line 4
  def initialize(app)
    @app = app
  end