| Title | Account Type | Discount | Point | Bonus | Rebate | Action |
|---|---|---|---|---|---|---|
| <%= account.title %> | <%= %><%= account.account_type == 1 ? "Expense" : "Income"%> | <%= account.discount %> | <%= account.point %> | <%= account.bonus %> | <%= account.rebate %> | <%= link_to 'Edit', edit_settings_account_path(account) %> | <%= link_to 'Destroy', settings_account_path(account), method: :delete, data: { confirm: 'Are you sure?' } %> |