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

7 lines
119 B
Plaintext
Raw Normal View History

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