class ThinkingSphinx::Middlewares::SphinxQL

Constants

SELECT_OPTIONS

Public Instance Methods

call(contexts) click to toggle source
# File lib/thinking_sphinx/middlewares/sphinxql.rb, line 11
def call(contexts)
  contexts.each do |context|
    Inner.new(context).call
  end

  app.call contexts
end