From c9f2abad7b9c967e23ed2b2867d426eb27f61387 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 6 Mar 2014 21:29:24 -0500 Subject: make the join tables not have models --- app/views/tournaments/_form.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/views/tournaments/_form.html.erb') diff --git a/app/views/tournaments/_form.html.erb b/app/views/tournaments/_form.html.erb index c2c0ba7..d098cbb 100644 --- a/app/views/tournaments/_form.html.erb +++ b/app/views/tournaments/_form.html.erb @@ -15,6 +15,10 @@ <%= f.label :game_id %>
<%= f.text_field :game_id %> +
+ <%= f.label :status %>
+ <%= f.number_field :status %> +
<%= f.label :min_players_per_team %>
<%= f.number_field :min_players_per_team %> @@ -39,10 +43,6 @@ <%= f.label :randomized_teams %>
<%= f.check_box :randomized_teams %>
-
- <%= f.label :status %>
- <%= f.number_field :status %> -
<%= f.submit %>
-- cgit v1.2.3