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