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

cohorts_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98f5995ba6f760178b1790b8e326c16987d6253d (plain)
1
2
3
4
class CohortsEntity < Grape::Entity
  expose :months_included
  expose :cohorts, using: CohortEntity
end