Sha256: 63125796ac8d0e59fcb42f192d2be8d29b72b613435e69c2a5a60f3759921d78
Contents?: true
Size: 251 Bytes
Versions: 276
Compression:
Stored size: 251 Bytes
Contents
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
276 entries across 276 versions & 3 rubygems