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

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

class GroupVariableSerializer < BaseSerializer
  entity GroupVariableEntity
end