Sha256: 3abba892fe7b1840c856e17edeeeb286e5cea3ec569ecb2806e20a61e9006c16
Contents?: true
Size: 239 Bytes
Versions: 43
Compression:
Stored size: 239 Bytes
Contents
module Spree class VariantPropertyRuleValue < Spree::Base include Spree::OrderedPropertyValueList acts_as_list scope: :variant_property_rule belongs_to :property belongs_to :variant_property_rule, touch: true end end
Version data entries
43 entries across 43 versions & 1 rubygems