Update and rename app/views/payment/new.html.erb to app/views/payments/new.html.erb

This commit is contained in:
2016-08-05 20:58:27 -04:00
committed by GitHub
parent 4c4ca67be8
commit 06ad2d6971
2 changed files with 3 additions and 3 deletions

View File

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

View File

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