Sha256: 37fb957d4d39271361301386ec131fe6efd8d5c1bca9d238e3abdf12ff5803f3
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 Bytes
Contents
module AuthNetReceiver class Transaction < ActiveRecord::Base belongs_to :raw_transaction validates_presence_of :raw_transaction_id # Return true if this record belongs to an Automated Recurring Billing subscription # def is_subscription? return self.subscription_id.present? end end end
Version data entries
3 entries across 3 versions & 1 rubygems