Sha256: 8550ec687912ca418be197d945f9ec659139026e802e750fd96e7145d63430aa
Contents?: true
Size: 320 Bytes
Versions: 169
Compression:
Stored size: 320 Bytes
Contents
module Spree class PromotionRuleTaxon < Spree::Base belongs_to :promotion_rule, class_name: 'Spree::PromotionRule' belongs_to :taxon, class_name: 'Spree::Taxon' validates :promotion_rule, :taxon, presence: true validates :promotion_rule_id, uniqueness: { scope: :taxon_id }, allow_nil: true end end
Version data entries
169 entries across 169 versions & 2 rubygems