cohorts_entity.rb 105 Bytes EditWeb IDE 1 2 3 4 class CohortsEntity < Grape::Entity expose :months_included expose :cohorts, using: CohortEntity end