Method: Wukong::Processor::Sort#sortable
- Defined in:
- lib/wukong/widget/reducers/sort.rb
#sortable(record) ⇒ Object
Extracts the sortable part of the input record.
157 158 159 |
# File 'lib/wukong/widget/reducers/sort.rb', line 157 def sortable(record) get(self.on, record) end |