1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +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
def index
def tournaments
@tournaments = Tournament.all
end
def up_matches