Sha256: 96d75f7377cf4f9eee68ece81c05ad9985a96ec28baf2892c37ac4baf9570945
Contents?: true
Size: 319 Bytes
Versions: 4
Compression:
Stored size: 319 Bytes
Contents
class BizTxnRelationship < ActiveRecord::Base attr_protected :created_at, :updated_at belongs_to :txn_event_from, :class_name => "BizTxnEvent", :foreign_key => "txn_event_id_from" belongs_to :txn_event_to , :class_name => "BizTxnEvent", :foreign_key => "txn_event_id_to" belongs_to :biz_txn_rel_type end
Version data entries
4 entries across 4 versions & 1 rubygems