module ThinkingSphinx::RealTime
Public Class Methods
callback_for(reference, path = [], &block)
click to toggle source
# File lib/thinking_sphinx/real_time.rb, line 6 def self.callback_for(reference, path = [], &block) Callbacks::RealTimeCallbacks.new reference, path, &block end