# File lib/thinking_sphinx/middlewares/glazier.rb, line 6
  def call(contexts)
    contexts.each do |context|
      Inner.new(context).call
    end

    app.call contexts
  end