Sha256: f0a5cb7e0077a50277a735c8be5fa5b7d2731030ce48fd24ada7f56273278364
Contents?: true
Size: 181 Bytes
Versions: 96
Compression:
Stored size: 181 Bytes
Contents
# frozen_string_literal: true class Spree::ShippingMethodStockLocation < Spree::Base belongs_to :shipping_method, optional: true belongs_to :stock_location, optional: true end
Version data entries
96 entries across 96 versions & 1 rubygems