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

class CohortsEntity < Grape::Entity
  expose :months_included
  expose :cohorts, using: CohortEntity
end