Sha256: 2ac38c541a8ca7187da8ddd7f7752e289c7db86b7fe973d02f60f80ec65db062
Contents?: true
Size: 261 Bytes
Versions: 5
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true module SolidusPromotions class ConditionProduct < Spree::Base belongs_to :condition, class_name: "SolidusPromotions::Condition", optional: true belongs_to :product, class_name: "Spree::Product", optional: true end end
Version data entries
5 entries across 5 versions & 1 rubygems