Method: Sunspot::Type::StringType#to_indexed

Defined in:
lib/sunspot/type.rb

#to_indexed(value) ⇒ Object

:nodoc:



123
124
125
# File 'lib/sunspot/type.rb', line 123

def to_indexed(value) #:nodoc:
  value.to_s if value
end