summaryrefslogtreecommitdiff
path: root/app/serializers/cohorts_entity.rb
blob: 98f5995ba6f760178b1790b8e326c16987d6253d (plain)
1
2
3
4
class CohortsEntity < Grape::Entity
  expose :months_included
  expose :cohorts, using: CohortEntity
end