Sha256: 0a2684e4efc57329134b789e6cd688d897c169425217f5e44172be45f99bacbe
Contents?: true
Size: 337 Bytes
Versions: 120
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true module Spree module Stock module LocationSorter # This stock location sorter will give priority to the default stock # location. class DefaultFirst < Spree::Stock::LocationSorter::Base def sort stock_locations.order_default end end end end end
Version data entries
120 entries across 120 versions & 2 rubygems