Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cohorts_serializer.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe9367b13d895951dcd0041b12d0a34050763e11 (plain)
1
2
3
class CohortsSerializer < AnalyticsGenericSerializer
  entity CohortsEntity
end