debian-mirror-gitlab/app/serializers/cohorts_entity.rb

7 lines
136 B
Ruby
Raw Normal View History

2018-11-18 11:00:15 +05:30
# frozen_string_literal: true
2017-08-17 22:00:37 +05:30
class CohortsEntity < Grape::Entity
expose :months_included
expose :cohorts, using: CohortEntity
end