Sha256: 509611272329dabffda2ea4952daf5a270dd832f8fb62d74bff091b14288afa2
Contents?: true
Size: 282 Bytes
Versions: 42
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module Spree class ShippingMethodCategory < Spree::Base belongs_to :shipping_method, class_name: 'Spree::ShippingMethod' belongs_to :shipping_category, class_name: 'Spree::ShippingCategory', inverse_of: :shipping_method_categories end end
Version data entries
42 entries across 42 versions & 2 rubygems