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