| Product Name | Amount | Commission type | Active | |||
|---|---|---|---|---|---|---|
| <%= commission.menu_item.name rescue '-' %> | <%= commission.amount rescue '-' %> | <%= commission.commission_type rescue '-' %> | <%= commission.is_active rescue '-' %> | <%= 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?'} %> |