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