Class: Spree::Orders::Sort

Inherits:
BaseSorter show all
Defined in:
app/sorters/spree/orders/sort.rb

Instance Method Summary collapse

Methods inherited from BaseSorter

#call

Constructor Details

#initialize(*args) ⇒ Sort

Returns a new instance of Sort.



4
5
6
7
# File 'app/sorters/spree/orders/sort.rb', line 4

def initialize(*args)
  Spree::Deprecation.warn('Spree::Orders::Sort is deprecated and will be removed in Spree 5.5.')
  super
end