Sha256: acec519317eb1e77ea81b891bb982c515b9ce5fc582155156d66a1f4ea97d16a

Contents?: true

Size: 345 Bytes

Versions: 4

Compression:

Stored size: 345 Bytes

Contents

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

  belongs_to :account_from, :class_name => "BizTxnAcctRoot", :foreign_key => "biz_txn_acct_root_id_from"  
  belongs_to :account_to, :class_name => "BizTxnAcctRoot", :foreign_key => "biz_txn_acct_root_id_to"
  
  belongs_to :biz_txn_acct_rel_type

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
erp_txns_and_accts-4.2.0 app/models/biz_txn_acct_relationship.rb
erp_txns_and_accts-4.0.0 app/models/biz_txn_acct_relationship.rb
erp_txns_and_accts-3.1.1 app/models/biz_txn_acct_relationship.rb
erp_txns_and_accts-3.1.0 app/models/biz_txn_acct_relationship.rb