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

Added logic for 16 man dobule elminination match generation.

This commit is contained in:
2020-01-23 21:25:25 -05:00
parent ff102a1862
commit 58afc8a485
8 changed files with 365 additions and 16 deletions

View File

@@ -29,7 +29,7 @@ class Tournament < ActiveRecord::Base
end
def tournament_types
["Pool to bracket","Modified 16 Man Double Elimination"]
["Pool to bracket","Modified 16 Man Double Elimination","Double Elimination 1-6"]
end
def create_pre_defined_weights(value)