DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / serializers / cohorts_entity.rb
123456
# frozen_string_literal: true class CohortsEntity < Grape::Entity expose :months_included expose :cohorts, using: CohortEntity end