gitlab-org--gitlab-foss/app/serializers/deploy_keys/deploy_key_serializer.rb

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

8 lines
131 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module DeployKeys
class DeployKeySerializer < BaseSerializer
entity DeployKeyEntity
end
end