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:
@@ -96,7 +96,7 @@ class Match < ActiveRecord::Base
|
|||||||
elsif self.win_type == "DQ"
|
elsif self.win_type == "DQ"
|
||||||
return "(DQ)"
|
return "(DQ)"
|
||||||
elsif self.win_type == "Forfeit"
|
elsif self.win_type == "Forfeit"
|
||||||
return "(For)"
|
return "(FF)"
|
||||||
else
|
else
|
||||||
win_type_abbreviation = "#{self.win_type.chars.to_a[0..2].join('')}"
|
win_type_abbreviation = "#{self.win_type.chars.to_a[0..2].join('')}"
|
||||||
return "(#{win_type_abbreviation} #{self.score})"
|
return "(#{win_type_abbreviation} #{self.score})"
|
||||||
|
|||||||
Reference in New Issue
Block a user