ruby-paypal-example/app/models/payment.rb
2013-04-29 22:55:08 -07:00

4 lines
66 B
Ruby

class Payment < ActiveRecord::Base
attr_accessible :profile
end