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

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

class GroupDeployKeySerializer < BaseSerializer
  entity GroupDeployKeyEntity
end