Sha256: 796a993daaa50d080624fdc1c5b9a83b5e34d7c78f6f9893fcdc58c3adb44bf1
Contents?: true
Size: 263 Bytes
Versions: 4
Compression:
Stored size: 263 Bytes
Contents
class BizTxnAgreementRole < ActiveRecord::Base attr_protected :created_at, :updated_at belongs_to :biz_txn_event, :polymorphic => true belongs_to :agreement belongs_to :biz_txn_agreement_role_type alias :role_type :biz_txn_agreement_role_type end
Version data entries
4 entries across 4 versions & 1 rubygems