mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 13:15:27 +00:00
Test 5 match rule for bracket size 5-16
This commit is contained in:
@@ -40,10 +40,6 @@ class StaticPagesController < ApplicationController
|
||||
@tournament = Tournament.find(@weight.tournament_id)
|
||||
@matches = @tournament.upcomingMatches.select{|m| m.weight_id == @weight.id}
|
||||
@wrestlers = Wrestler.where(weight_id: @weight.id)
|
||||
#@poolOneWrestlers = @wrestlers.select{|w| w.generatePoolNumber == 1}
|
||||
#@poolTwoWrestlers = @wrestlers.select{|w| w.generatePoolNumber == 2}
|
||||
#@poolThreeWrestlers = @wrestlers.select{|w| w.generatePoolNumber == 3}
|
||||
#@poolFourWrestlers = @wrestlers.select{|w| w.generatePoolNumber == 4}
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user