mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-06 14:36:59 +00:00
Updated match generation view, created a bracket_type for weight, and
add DQ as a win type.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Match < ActiveRecord::Base
|
||||
belongs_to :tournament
|
||||
WIN_TYPES = ["Decision", "Major", "Tech Fall", "Pin", "Forfeit", "Injury Default", "Default"]
|
||||
WIN_TYPES = ["Decision", "Major", "Tech Fall", "Pin", "Forfeit", "Injury Default", "Default", "DQ"]
|
||||
attr_accessor :weight_max
|
||||
|
||||
def weight_max
|
||||
|
||||
Reference in New Issue
Block a user