gitlab-org--gitlab-foss/app/serializers/group_link/project_group_link_serializ...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
155 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module GroupLink
class ProjectGroupLinkSerializer < BaseSerializer
entity GroupLink::ProjectGroupLinkEntity
end
end