1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 23:07:25 +00:00

Forgot to change the controller action

This commit is contained in:
2015-10-20 08:12:46 -04:00
parent db0c6df1dc
commit 3fea0b8a61

View File

@@ -1,6 +1,6 @@
class StaticPagesController < ApplicationController class StaticPagesController < ApplicationController
def index def tournaments
@tournaments = Tournament.all @tournaments = Tournament.all
end end
def up_matches def up_matches