Editing mash_tournament

<% form_for(@mash_tournament) do |f| %> <%= f.error_messages %>

<%= f.submit 'Update' %>

<% end %> <%= link_to 'Show', @mash_tournament %> | <%= link_to 'Back', mash_tournaments_path %>