| Product Name | Amount | Commission type | Active | |||
|---|---|---|---|---|---|---|
| <% if Product.exists? %> <% product = Product.find(commission.product_id) %> <%= product.name %> <% end %> | <%= commission.amount %> | <%= commission.commission_type %> | <%= commission.is_active %> | <%= link_to 'Show', origami_commission_path(commission) %> | <%= link_to 'Edit', edit_origami_commission_path(commission) %> | <%= link_to 'Destroy', origami_commission_path(commission), method: :delete, data: { confirm: 'Are you sure?' } %> |