Remove unused evaluated_match_result method

This commit is contained in:
Daniel Schädler 2019-04-17 11:11:13 +02:00
parent 1da10d6ca5
commit ab829c4491
1 changed files with 0 additions and 12 deletions

View File

@ -11,18 +11,6 @@ class Match < ApplicationRecord
validate :stage_xor_group
def evaluate_match_result
if match_scores.first == match_scores.second
if group_match?
:undecided
else
:in_progress
end
else
:finished
end
end
private
def stage_xor_group