Finished creating sample app

This commit is contained in:
2013-04-30 02:42:53 -07:00
parent 067ebd998f
commit 00b09ac0fb
10 changed files with 276 additions and 64 deletions
+1
View File
@@ -1,3 +1,4 @@
class Payment < ActiveRecord::Base
attr_accessible :profile
validates_presence_of :profile
end