Method: ThinkingSphinx::Middlewares::SphinxQL#call
- Defined in:
- lib/thinking_sphinx/middlewares/sphinxql.rb
#call(contexts) ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/thinking_sphinx/middlewares/sphinxql.rb', line 8 def call(contexts) contexts.each do |context| Inner.new(context).call end app.call contexts end |