mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Working on Pool class
This commit is contained in:
@@ -8,7 +8,7 @@ class StaticPagesController < ApplicationController
|
||||
@tournament = Tournament.find(params[:tournament])
|
||||
end
|
||||
if @tournament
|
||||
@bouts = @tournament.bouts
|
||||
@matches = Match.where(tournament_id: @tournament.id)
|
||||
end
|
||||
end
|
||||
def results
|
||||
|
||||
Reference in New Issue
Block a user