summaryrefslogtreecommitdiff
path: root/app/serializers/group_link/project_group_link_serializer.rb
blob: b2559e61e318d2794e18a433f1ac6a421dc6326e (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module GroupLink
  class ProjectGroupLinkSerializer < BaseSerializer
    entity GroupLink::ProjectGroupLinkEntity
  end
end