summaryrefslogtreecommitdiff
path: root/app/serializers/cohorts_entity.rb
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