From 3fea0b8a61cfd1ab7757fce100e744b75b51d14d Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 20 Oct 2015 08:12:46 -0400 Subject: [PATCH] Forgot to change the controller action --- app/controllers/static_pages_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/static_pages_controller.rb b/app/controllers/static_pages_controller.rb index 3397830..eb400de 100644 --- a/app/controllers/static_pages_controller.rb +++ b/app/controllers/static_pages_controller.rb @@ -1,6 +1,6 @@ class StaticPagesController < ApplicationController - def index + def tournaments @tournaments = Tournament.all end def up_matches