String | Date | String | |||
---|---|---|---|---|---|
<%= estimate.string %> | <%= estimate.date %> | <%= estimate.string %> | <%= link_to 'Show', estimate %> | <%= link_to 'Edit', edit_estimate_path(estimate) %> | <%= link_to 'Destroy', estimate, method: :delete, data: { confirm: 'Are you sure?' } %> |