Sha256: 6da475863d6921255ec3c8ddd14a21213ae60fdb78dbf042f343fe50a931b0c5
Contents?: true
Size: 271 Bytes
Versions: 4
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true module SolidusFriendlyPromotions class ConditionTaxon < Spree::Base belongs_to :condition, class_name: "SolidusFriendlyPromotions::Condition", optional: true belongs_to :taxon, class_name: "Spree::Taxon", optional: true end end
Version data entries
4 entries across 4 versions & 1 rubygems