Sha256: 9f02ef58241fada80c1f8192bc4194cda782905296fe698e977c42bf5717f520

Contents?: true

Size: 510 Bytes

Versions: 2

Compression:

Stored size: 510 Bytes

Contents

## Relationship between Parties and Fixed Assets to see who may been assigned or checked out
## an asset.
## IMPORTANT NOTE: The base framework does not extend Party or Fixed Asset to automatically show these
## relationships. It is considered purpose-specific enough so that Party and Fixed asset can be given
## the relationship code on a case-by-case basis.

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

  belongs_to  :party
  belongs_to  :fixed_asset
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
erp_work_effort-4.2.0 app/models/party_fixed_asset_assignment.rb
erp_work_effort-4.0.0 app/models/party_fixed_asset_assignment.rb