Sha256: 69e58d8e5982033edd0aeeb1848c2b3eec06d5f8351353a458d03b6e210de5f5
Contents?: true
Size: 302 Bytes
Versions: 125
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true module Spree module Stock module LocationSorter # This stock location sorter will leave the stock locations unsorted. class Unsorted < Spree::Stock::LocationSorter::Base def sort stock_locations end end end end end
Version data entries
125 entries across 125 versions & 2 rubygems