Class: Spree::Stock::LocationSorter::Unsorted
- Defined in:
- app/models/spree/stock/location_sorter/unsorted.rb
Overview
This stock location sorter will leave the stock locations unsorted.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Spree::Stock::LocationSorter::Base
Instance Method Details
#sort ⇒ Object
8 9 10 |
# File 'app/models/spree/stock/location_sorter/unsorted.rb', line 8 def sort stock_locations end |