Sha256: afb98f6e1288e052334dda010c05c1e9e021e2b8ba4d257dcbf5fb16a92154cf
Contents?: true
Size: 126 Bytes
Versions: 15
Compression:
Stored size: 126 Bytes
Contents
module Crm class InvoiceNote < Note belongs_to :invoice, foreign_key: 'ObjectId', crm_key: 'objectid_invoice' end end
Version data entries
15 entries across 15 versions & 1 rubygems