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

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

# rubocop: disable Gitlab/NamespacedClass
class PersonalAccessTokenSerializer < BaseSerializer
  entity PersonalAccessTokenEntity
end
# rubocop: enable Gitlab/NamespacedClass