Method: Sunspot::Type::DateType#cast
- Defined in:
- lib/sunspot/type.rb
#cast(string) ⇒ Object
:nodoc:
263 264 265 266 |
# File 'lib/sunspot/type.rb', line 263 def cast(string) #:nodoc: time = super Date.civil(time.year, time.mon, time.mday) end |