super-graph/example/app/views/products/edit.html.erb
Vikram Rangnekar b9d38a5e9d First commit
2019-03-24 09:57:29 -04:00

7 lines
138 B
Plaintext

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