Sha256: 4da07a864514ecc0aa84987eb07922a548b8d6b7c947e2a8a9e7f7cc39666293
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
module Unidom::ArticleNumber::Concerns::AsEan13Marked extend ActiveSupport::Concern include Unidom::ArticleNumber::Concerns::AsMarked included do |includer| has_many :ean13_barcodes, through: :markings, source: :barcode, source_type: 'Unidom::ArticleNumber::Ean13Barcode' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
unidom-article_number-1.4 | app/models/unidom/article_number/concerns/as_ean13_marked.rb |
unidom-article_number-1.3 | app/models/unidom/article_number/concerns/as_ean13_marked.rb |