Sha256: 12ea3ca48126575d381f2eb6b5ccc6353fe2ebe6a4ced589c34705894ff5ec8c
Contents?: true
Size: 192 Bytes
Versions: 6
Compression:
Stored size: 192 Bytes
Contents
class Txn < ActiveRecord::Base belongs_to :credit_card validates_numericality_of :amount #validates_presence_of :cc_number enumerable_constant :txn_type, :constants => TXN_TYPES end
Version data entries
6 entries across 6 versions & 1 rubygems