mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Removed sidebars, added tournament navbar, and removed chitika ads
This commit is contained in:
@@ -166,10 +166,6 @@ class TournamentsController < ApplicationController
|
||||
GenerateTournamentMatches.new(@tournament).generate
|
||||
end
|
||||
|
||||
def brackets
|
||||
@weights = @tournament.weights.sort_by{|w| w.max}
|
||||
end
|
||||
|
||||
def team_scores
|
||||
@schools = @tournament.schools
|
||||
@schools = @schools.sort_by{|s| s.page_score_string}.reverse!
|
||||
|
||||
Reference in New Issue
Block a user