Sha256: 290f95eb39119d7d50cf19bceabded00a7266664d1a0805646ab0aa5e6c103e9
Contents?: true
Size: 291 Bytes
Versions: 5
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true module SolidusFriendlyPromotions class ProductsPromotionRule < Spree::Base belongs_to :product, class_name: "Spree::Product", optional: true belongs_to :promotion_rule, class_name: "SolidusFriendlyPromotions::PromotionRule", optional: true end end
Version data entries
5 entries across 5 versions & 1 rubygems