| Name | Address | Director | Director email | |||
|---|---|---|---|---|---|---|
| <%= tournament.name %> | <%= tournament.address %> | <%= tournament.director %> | <%= tournament.director_email %> | <%= link_to 'Show', tournament %> | <%= link_to 'Edit', edit_tournament_path(tournament) %> | <%= link_to 'Destroy', tournament, method: :delete, data: { confirm: 'Are you sure?' } %> |