ruby-paypal-example/app/views/payments/new.html.erb
2013-04-29 22:55:08 -07:00

6 lines
81 B
Plaintext

<h1>New payment</h1>
<%= render 'form' %>
<%= link_to 'Back', payments_path %>