From 695e3bd24c126e0e7690499b4192f2fe5bdbffc8 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 5 Aug 2016 20:43:27 -0400 Subject: [PATCH] Update payment.rb --- app/models/payment.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/models/payment.rb b/app/models/payment.rb index b8d10b0..99a8487 100644 --- a/app/models/payment.rb +++ b/app/models/payment.rb @@ -11,6 +11,12 @@ class Payment unloadable - # TODO things & stuff + def new + # TODO things & stuff + end + + def create + # TODO more things + end end