Sha256: aa1fc89d0638f518bbc758b3ee91f306ec46f3dd5e9c671b5865100f6f9880d4

Contents?: true

Size: 163 Bytes

Versions: 1

Compression:

Stored size: 163 Bytes

Contents

class InvoicePartyRole < ActiveRecord::Base
  attr_protected :created_at, :updated_at

  belongs_to  :invoice
  belongs_to  :party
  belongs_to  :role_type  

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
erp_invoicing-3.1.0 app/models/invoice_party_role.rb