Update payment.rb

This commit is contained in:
2016-08-05 20:43:27 -04:00
committed by GitHub
parent ce4883cd4c
commit 695e3bd24c

View File

@@ -11,6 +11,12 @@
class Payment
unloadable
# TODO things & stuff
def new
# TODO things & stuff
end
def create
# TODO more things
end
end