From 5021d01548dd7b9d0080fc69c782f23bfb9a4620 Mon Sep 17 00:00:00 2001 From: Tomer Kimia Date: Fri, 28 Feb 2014 17:30:02 -0500 Subject: fixed db/seeds.rb and tried to get the game... did not succeed --- app/controllers/tournaments_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/controllers/tournaments_controller.rb b/app/controllers/tournaments_controller.rb index 86b869b..56233b6 100644 --- a/app/controllers/tournaments_controller.rb +++ b/app/controllers/tournaments_controller.rb @@ -14,7 +14,7 @@ class TournamentsController < ApplicationController # GET /tournaments/new def new - @game_names = Game.all + @game_names = Game.all.collect @tournament = Tournament.new end -- cgit v1.2.3-2-g168b