6 lines
100 B
Plaintext
Raw Normal View History

2019-03-24 09:57:29 -04:00
<h1>New Product</h1>
<%= render 'form', product: @product %>
<%= link_to 'Back', products_path %>