Method: PassionView::Sortable#initialize
- Defined in:
- lib/passion_view/sortable.rb
#initialize(items, options = {}) ⇒ Object
8 9 10 11 12 13 |
# File 'lib/passion_view/sortable.rb', line 8 def initialize(items, = {}) super sort = .delete(:sort) || {} sort_with(sort[:sort], sort[:direction]) end |