5 lines
105 B
Ruby
5 lines
105 B
Ruby
|
class CohortsEntity < Grape::Entity
|
||
|
expose :months_included
|
||
|
expose :cohorts, using: CohortEntity
|
||
|
end
|