Sha256: 48e0786c3c4a6b18bfeea52692599ed2688248b813e03491016c01a91cb12d8d
Contents?: true
Size: 260 Bytes
Versions: 3
Compression:
Stored size: 260 Bytes
Contents
class ChargeLinePaymentTxn < ActiveRecord::Base attr_protected :created_at, :updated_at belongs_to :charge_line belongs_to :payment_txn, :polymorphic => true belongs_to :financial_txn, :class_name => "FinancialTxn",:foreign_key => "payment_txn_id" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
erp_orders-4.0.0 | app/models/charge_line_payment_txn.rb |
erp_orders-3.1.1 | app/models/charge_line_payment_txn.rb |
erp_orders-3.1.0 | app/models/charge_line_payment_txn.rb |