Start | Type | Amount | Detail | |||
---|---|---|---|---|---|---|
<%= transaction.start %> | <%= transaction.type %> | <%= transaction.amount %> | <%= transaction.detail %> | <%= link_to 'Show', transaction %> | <%= link_to 'Edit', edit_transaction_path(transaction) %> | <%= link_to 'Destroy', transaction, method: :delete, data: { confirm: 'Are you sure?' } %> |