Sha256: c396a8537238ac7cdc7548e909a03c6e6f91ccac4522490c5d4bf1bab7c61a15
Contents?: true
Size: 270 Bytes
Versions: 42
Compression:
Stored size: 270 Bytes
Contents
# frozen_string_literal: true 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
42 entries across 42 versions & 2 rubygems