mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-20 14:09:17 +00:00
Added weight_max to matchup
This commit is contained in:
@@ -11,7 +11,7 @@ class Tournament < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def upcomingMatches
|
||||
if self.matchups_array?
|
||||
if self.matchups_array
|
||||
return matchupHashesToObjects(self.matchups_array)
|
||||
else
|
||||
@matches = generateMatchups
|
||||
|
||||
Reference in New Issue
Block a user