summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-01 20:14:09 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-01 20:14:09 -0500
commit6a572306fc6c23c92901ae8a76bce0e3dbf7b6af (patch)
tree3dc51a70e3898cc8ad5614aeaab7a8d712bb217b /app
parent0c01ac6eaa42f70994459df6f1b34547a3d373ca (diff)
parent76f7a694f9c171270921a2ae7d4b0be6a9ee7f5d (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app')
-rw-r--r--app/controllers/tournaments_controller.rb2
1 files changed, 1 insertions, 1 deletions
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