module ThinkingSphinx::RealTime

Public Class Methods

callback_for(reference, path = [], &block) click to toggle source
# File lib/thinking_sphinx/real_time.rb, line 8
def self.callback_for(reference, path = [], &block)
  Callbacks::RealTimeCallbacks.new reference.to_sym, path, &block
end