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

Changed forfeit bracket label to FF

This commit is contained in:
2021-02-17 03:38:03 +00:00
parent 6c86f25add
commit b2ba1901df

View File

@@ -96,7 +96,7 @@ class Match < ActiveRecord::Base
elsif self.win_type == "DQ"
return "(DQ)"
elsif self.win_type == "Forfeit"
return "(For)"
return "(FF)"
else
win_type_abbreviation = "#{self.win_type.chars.to_a[0..2].join('')}"
return "(#{win_type_abbreviation} #{self.score})"