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: ceca5e1e5a8dabaf65561a529fa4118ad20615c4 (plain)
1
2
3
4
5
# frozen_string_literal: true

class CohortsSerializer < AnalyticsGenericSerializer
  entity CohortsEntity
end