mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-04 05:43:47 +00:00
Removed unnecessary attr_accessors
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
class Poolbracket
|
||||
attr_accessor :weight
|
||||
|
||||
|
||||
def generateBracketMatches(matches,weight,highest_round)
|
||||
if weight.pool_bracket_type == "twoPoolsToSemi"
|
||||
matches = twoPoolsToSemi(matches,weight,highest_round)
|
||||
|
||||
Reference in New Issue
Block a user