Sha256: 35d9a1244af5fa3a159b0730c84a4becc6422a3ba9a656421657ff87bc9eb876
Contents?: true
Size: 271 Bytes
Versions: 4
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true module SolidusFriendlyPromotions class ConditionStore < Spree::Base belongs_to :condition, class_name: "SolidusFriendlyPromotions::Condition", optional: true belongs_to :store, class_name: "Spree::Store", optional: true end end
Version data entries
4 entries across 4 versions & 1 rubygems