<%= notice %>
| Name | Product group | Kcal | Measure | |||
|---|---|---|---|---|---|---|
| <%= product.name %> | <%= product.product_group.name %> | <%= product.kcal %> | <%= product.measure %> | <%= link_to 'Show', product %> | <%= link_to 'Edit', edit_product_path(product) %> | <%= link_to 'Destroy', product, method: :delete, data: { confirm: 'Are you sure?' } %> |