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

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

class GroupGroupLinkSerializer < BaseSerializer
  entity GroupGroupLinkEntity
end