Sha256: 8b1c6d5290853976b817b1385c0aeeb7ff9a2ffa150443031cf7563316518dcd
Contents?: true
Size: 180 Bytes
Versions: 96
Compression:
Stored size: 180 Bytes
Contents
# frozen_string_literal: true module Spree class PromotionRuleTaxon < Spree::Base belongs_to :promotion_rule, optional: true belongs_to :taxon, optional: true end end
Version data entries
96 entries across 96 versions & 2 rubygems