spree_paypal_express/app/models/paypal_txn.rb

4 lines
70 B
Ruby
Raw Normal View History

2010-01-22 16:29:55 +00:00
class PaypalTxn < ActiveRecord::Base
belongs_to :paypal_payment
end