Sha256: caae979d8419b9d562ce3ccc5f6952175c4a41b5e56c723dd6311f458763c621
Contents?: true
Size: 184 Bytes
Versions: 96
Compression:
Stored size: 184 Bytes
Contents
# frozen_string_literal: true module Spree class ProductPromotionRule < Spree::Base belongs_to :product, optional: true belongs_to :promotion_rule, optional: true end end
Version data entries
96 entries across 96 versions & 1 rubygems