Sha256: f96e124700c72e4e829b3fb9050342035333abefaa63fe8a66333f6473e5e6f5
Contents?: true
Size: 175 Bytes
Versions: 4
Compression:
Stored size: 175 Bytes
Contents
class BaseTxnContext < ActiveRecord::Base attr_protected :created_at, :updated_at belongs_to :txn_context_record, :polymorphic => true belongs_to :biz_txn_event end
Version data entries
4 entries across 4 versions & 1 rubygems