edit.html.erb 138 B

123456
  1. <h1>Editing Product</h1>
  2. <%= render 'form', product: @product %>
  3. <%= link_to 'Show', @product %> |
  4. <%= link_to 'Back', products_path %>