ruby-paypal-example/app/views/payments/new.html.erb

6 lines
81 B
Plaintext
Raw Normal View History

2013-04-30 05:55:08 +00:00
<h1>New payment</h1>
<%= render 'form' %>
<%= link_to 'Back', payments_path %>