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