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

6 lines
100 B
Plaintext

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