Implement calculate_group_points method

This commit is contained in:
Daniel Schädler 2019-05-10 11:34:01 +02:00
parent 5b10bd639f
commit 3da6e83965
1 changed files with 4 additions and 0 deletions

View File

@ -29,4 +29,8 @@ class GroupStageService
end end
matches matches
end end
def self.calculate_group_points(match_score)
# code here
end
end end