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