Sha256: ab56191a3c3573b7cd0066092703db486bd78786cf58f48cad9605448434be37
Contents?: true
Size: 258 Bytes
Versions: 8
Compression:
Stored size: 258 Bytes
Contents
module Spree class ShippingMethodCategory < ActiveRecord::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
8 entries across 8 versions & 1 rubygems