# File lib/thinking_sphinx/middlewares/valid_options.rb, line 6
  def call(contexts)
    contexts.each { |context| check_options context.search.options }

    app.call contexts
  end