class ThinkingSphinx::RealTime::Field
Public Instance Methods
translate(object)
click to toggle source
Calls superclass method
ThinkingSphinx::RealTime::Property#translate
# File lib/thinking_sphinx/real_time/field.rb, line 6 def translate(object) Array(super || '').join(' ') end