Switching to RVM, View tweaks

This commit is contained in:
2013-08-28 05:15:50 -07:00
parent 211d79cbcd
commit 10a1e4eb84
9 changed files with 67 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
class Payment < ActiveRecord::Base
belongs_to :user
has_one :ipn
has_one :paypal_csv
attr_accessible :date, :user_id, :created_by, :amount
validates_presence_of :user_id, :date, :amount # not created_by