super-graph/examples/rails-app/app/views/products/edit.html.erb

7 lines
138 B
Plaintext

<h1>Editing Product</h1>
<%= render 'form', product: @product %>
<%= link_to 'Show', @product %> |
<%= link_to 'Back', products_path %>