Implement calculate_group_points method
This commit is contained in:
parent
5b10bd639f
commit
3da6e83965
|
|
@ -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