Upload file name | Upload file | Customer | Transaction | |||
---|---|---|---|---|---|---|
<%= content.upload_file_name %> | <%= content.upload_file %> | <%= content.customer_id %> | <%= content.transaction_id %> | <%= link_to 'Show', content %> | <%= link_to 'Edit', edit_content_path(content) %> | <%= link_to 'Destroy', content, method: :delete, data: { confirm: 'Are you sure?' } %> |