gitlab-org--gitlab-foss/app/serializers/cohorts_entity.rb
2018-07-23 11:27:39 -07:00

6 lines
136 B
Ruby

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