New tournament

<%= select_tag 'tournament_id', options_for_select(["Select a Game Type"] + Game.all.collect {|game| game.name}), :onchange => 'populate()' %>
<% render :partial => "selected" %>


<%= link_to 'Back', tournaments_path %>