Rename app/views/payments/new.html.erb to app/views/payment/new.html.erb

This commit is contained in:
2016-08-05 20:37:47 -04:00
committed by GitHub
parent e70d0c8d17
commit 2e533e8798

View File

@@ -0,0 +1,3 @@
<h1>New Payment</h1>
<br/>
<%= render :partial => 'payments/form' %>