Sha256: db1e97bfb43f844c57c5e9c8014a1bd1961048442fac7a81b2ff05fa9c8b3b47
Contents?: true
Size: 162 Bytes
Versions: 5
Compression:
Stored size: 162 Bytes
Contents
class Transaction < ActiveRecord::Base belongs_to :invoice belongs_to :paymentgateway composed_of :transaction_price, :class_name => "Money" end
Version data entries
5 entries across 5 versions & 2 rubygems