Module: ThinkingSphinx::RealTime
- Defined in:
- lib/thinking_sphinx/real_time.rb
Defined Under Namespace
Modules: Callbacks Classes: Attribute, Field, Index, Interpreter, Populator, Property, Transcriber
Class Method Summary collapse
Class Method Details
.callback_for(reference, path = []) ⇒ Object
6 7 8 |
# File 'lib/thinking_sphinx/real_time.rb', line 6 def self.callback_for(reference, path = []) Callbacks::RealTimeCallbacks.new reference, path end |