ruby-paypal-example/app/models/payment.rb

5 lines
99 B
Ruby

class Payment < ActiveRecord::Base
attr_accessible :profile
validates_presence_of :profile
end