Sha256: 29b6d90db3fc5c3b4c6f8024734edab2bb1dff3664a1af49644ed1055a48fcb5
Contents?: true
Size: 314 Bytes
Versions: 91
Compression:
Stored size: 314 Bytes
Contents
# frozen_string_literal: true module Spree class ShippingMethodCategory < Spree::Base belongs_to :shipping_method, class_name: 'Spree::ShippingMethod', optional: true belongs_to :shipping_category, class_name: 'Spree::ShippingCategory', inverse_of: :shipping_method_categories, optional: true end end
Version data entries
91 entries across 91 versions & 1 rubygems