Implement calculate_group_points method
This commit is contained in:
parent
4f3407077c
commit
28eb929fb9
|
|
@ -29,4 +29,8 @@ class GroupStageService
|
||||||
end
|
end
|
||||||
matches
|
matches
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def self.calculate_group_points(match_score)
|
||||||
|
# code here
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue