Listing mash_tournaments

<% @mash_tournaments.each do |mash_tournament| %> <% end %>
<%= link_to 'Show', mash_tournament %> <%= link_to 'Edit', edit_mash_tournament_path(mash_tournament) %> <%= link_to 'Destroy', mash_tournament, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New mash_tournament', new_mash_tournament_path %>