lib/thinking_sphinx/real_time.rb in thinking-sphinx-3.4.1 vs lib/thinking_sphinx/real_time.rb in thinking-sphinx-3.4.2
- old
+ new
@@ -2,10 +2,10 @@
module Callbacks
#
end
def self.callback_for(reference, path = [], &block)
- Callbacks::RealTimeCallbacks.new reference, path, &block
+ Callbacks::RealTimeCallbacks.new reference.to_sym, path, &block
end
end
require 'thinking_sphinx/real_time/property'
require 'thinking_sphinx/real_time/attribute'