Sha256: f5f5f00b38135c25caa6f2064aa9c49667c7a49aaf2eafe55659cf5a03f524b8
Contents?: true
Size: 295 Bytes
Versions: 5
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true module SolidusFriendlyPromotions class PromotionRulesUser < Spree::Base belongs_to :promotion_rule, class_name: "SolidusFriendlyPromotions::PromotionRule", optional: true belongs_to :user, class_name: Spree::UserClassHandle.new, optional: true end end
Version data entries
5 entries across 5 versions & 1 rubygems