mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-12 00:09:32 +00:00
Generate blank matchups for pool brackets
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Matchup
|
||||
attr_accessor :w1, :w2, :round, :weight_id, :boutNumber, :w1_name, :w2_name, :bracket_position
|
||||
attr_accessor :w1, :w2, :round, :weight_id, :boutNumber, :w1_name, :w2_name, :bracket_position, :bracket_position_number
|
||||
|
||||
def weight_max
|
||||
@weight = Weight.find(self.weight_id)
|
||||
|
||||
Reference in New Issue
Block a user