Listing matches

<% @matches.each do |match| %> <% end %>
Status Tournament Name Winner Remote
<%= match.status %> <%= match.tournament %> <%= match.name %> <%= match.winner %> <%= match.remote_id %> <%= link_to 'Show', match %> <%= link_to 'Edit', edit_match_path(match) %> <%= link_to 'Destroy', match, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Match', new_match_path %>