Sha256: b793a779429353b98260f5c87626d29e7cc830c2ccc4f662030c0186a82dda21
Contents?: true
Size: 293 Bytes
Versions: 13
Compression:
Stored size: 293 Bytes
Contents
module Spree class ShippingCategory < Spree::Base validates :name, presence: true has_many :products, inverse_of: :shipping_category has_many :shipping_method_categories, inverse_of: :shipping_method has_many :shipping_methods, through: :shipping_method_categories end end
Version data entries
13 entries across 13 versions & 1 rubygems