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:
@@ -1,6 +1,6 @@
|
||||
class StaticPagesController < ApplicationController
|
||||
|
||||
def index
|
||||
def tournaments
|
||||
@tournaments = Tournament.all
|
||||
end
|
||||
def up_matches
|
||||
|
||||
Reference in New Issue
Block a user