Good | Number | Amount | Update | Memo | |||
---|---|---|---|---|---|---|---|
<%= good_history.good_id %> | <%= good_history.amount %> | <%= good_history.date %> | <%= good_history.memo %> | <%= link_to 'Show', good_history %> | <%= link_to 'Edit', edit_good_history_path(good_history) %> | <%= link_to 'Destroy', good_history, method: :delete, data: { confirm: 'Are you sure?' } %> |