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

7 lines
119 B
Plaintext

<h1>Editing payment</h1>
<%= render 'form' %>
<%= link_to 'Show', @payment %> |
<%= link_to 'Back', payments_path %>