Sha256: 7be5431c2abcb31a10c5a89c4028f55d2473551560a5f3674d81bbcdd76923a3
Contents?: true
Size: 248 Bytes
Versions: 6
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true module Spree class PromotionRuleRole < ActiveRecord::Base belongs_to :promotion_rule, class_name: 'Spree::PromotionRule', optional: true belongs_to :role, class_name: 'Spree::Role', optional: true end end
Version data entries
6 entries across 6 versions & 1 rubygems