Sha256: 13e64096ed0f16b31c1b3df9530acad1c8ad53c870a13c9fae57397d2d7dc952
Contents?: true
Size: 256 Bytes
Versions: 96
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true module Spree class StoreShippingMethod < Spree::Base belongs_to :store, inverse_of: :store_shipping_methods, optional: true belongs_to :shipping_method, inverse_of: :store_shipping_methods, optional: true end end
Version data entries
96 entries across 96 versions & 1 rubygems