Sha256: 8ffbfc28cb01fd16adf759a1aa11c509c9a78f37e20126636216d99ec55a82e4
Contents?: true
Size: 634 Bytes
Versions: 9
Compression:
Stored size: 634 Bytes
Contents
# == Schema Information # # Table name: order_transactions # # id :integer(4) not null, primary key # amount :integer(4) # success :boolean(1) # reference :string(255) # message :string(255) # action :string(255) # params :text # test :boolean(1) # transactionable_id :integer(4) # transactionable_type :string(255) # response_code :integer(4) # created_at :datetime # updated_at :datetime # class OrderTransaction < ActiveRecord::Base acts_as_muck_order_transaction end
Version data entries
9 entries across 9 versions & 1 rubygems