Method: Sunspot::FacetData::Abstract#row_value
- Defined in:
- lib/sunspot/facet_data.rb
#row_value(value) ⇒ Object
Given the raw facet row value, return what the Sunspot facet row object should present as the value. This can be overridden by subclasses.
39 40 41 |
# File 'lib/sunspot/facet_data.rb', line 39 def row_value(value) cast(value) end |