Sha256: 4922a6b8f1891b336101ae15b1380cd8d6bf9681503e8f8dfe11f3dbfd889514
Contents?: true
Size: 297 Bytes
Versions: 96
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module Spree class VariantPropertyRuleCondition < Spree::Base belongs_to :option_value, optional: true belongs_to :variant_property_rule, touch: true, optional: true validates_uniqueness_of :option_value_id, scope: :variant_property_rule_id end end
Version data entries
96 entries across 96 versions & 1 rubygems