Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_serializer.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38c5757a6c1ce6d6725c5747e311abf9f2ac7e1f (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class GroupSerializer < BaseSerializer
  include WithPagination

  entity GroupEntity
end