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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user