Sha256: 1ef135dd27ba131323335de755d95a5bf80718a860ce76e7cce3f8b059058ba2
Contents?: true
Size: 265 Bytes
Versions: 5
Compression:
Stored size: 265 Bytes
Contents
# frozen_string_literal: true module SolidusPromotions class ConditionUser < Spree::Base belongs_to :condition, class_name: "SolidusPromotions::Condition", optional: true belongs_to :user, class_name: Spree::UserClassHandle.new, optional: true end end
Version data entries
5 entries across 5 versions & 1 rubygems