Sha256: 6ccfdbcbc7139350eae9456d1be75853a0e9b329d6bb7e0826cf9d273acee1df
Contents?: true
Size: 281 Bytes
Versions: 9
Compression:
Stored size: 281 Bytes
Contents
module Logistics module Core class RequiredDocument < ApplicationRecord belongs_to :document_type belongs_to :agency_permit_document delegate(:name, to: :document_type, prefix: true) delegate(:name, to: :agency_permit_document, prefix: true) end end end
Version data entries
9 entries across 9 versions & 1 rubygems