gitlab-org--gitlab-foss/app/serializers/cohorts_entity.rb

5 lines
105 B
Ruby

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