1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

poolbracket.rb updated for different brackets

This commit is contained in:
2015-03-24 14:21:18 +00:00
parent c1081ef64a
commit 458c0a8723

View File

@@ -103,5 +103,5 @@ class Poolbracket
@bouts = Bout.new
@matches = @bouts.assignBouts(matches)
return @matches
end
end
end