Sha256: 64b45e0b6ac0532af8c137bd5f93a0b7b1c8775021ec56507bc58b83f2d3bcc7
Contents?: true
Size: 219 Bytes
Versions: 62
Compression:
Stored size: 219 Bytes
Contents
module Workarea module ProductList extend ActiveSupport::Concern included do embeds_many :product_rules, class_name: 'Workarea::ProductRule', inverse_of: :product_list end end end
Version data entries
62 entries across 62 versions & 1 rubygems