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: 8cf7eb63bcf0123194b16a00b6d5f4e87fbe075c (plain)
1
2
3
4
5
class GroupSerializer < BaseSerializer
  include WithPagination

  entity GroupEntity
end