Implement calculate_group_points method

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

View File

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