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

    app.call contexts
  end