<%= notice %>
Sku | Title | Price | Active | Description | |||
---|---|---|---|---|---|---|---|
<%= product.sku %> | <%= product.title %> | <%= product.price %> | <%= product.active %> | <%= product.description %> | <%= link_to 'Show', product %> | <%= link_to 'Edit', edit_product_path(product) %> | <%= link_to 'Destroy', product, method: :delete, data: { confirm: 'Are you sure?' } %> |