Class: ThinkingSphinx::Middlewares::StaleIdChecker
- Inherits:
-
Middleware
- Object
- Middleware
- ThinkingSphinx::Middlewares::StaleIdChecker
- Defined in:
- lib/thinking_sphinx/middlewares/stale_id_checker.rb
Defined Under Namespace
Classes: Inner
Instance Method Summary collapse
Methods inherited from Middleware
Constructor Details
This class inherits a constructor from ThinkingSphinx::Middlewares::Middleware
Instance Method Details
#call(contexts) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/thinking_sphinx/middlewares/stale_id_checker.rb', line 4 def call(contexts) contexts.each do |context| Inner.new(context).call end app.call contexts end |