gitlab-org--gitlab-foss/app/serializers/group_variable_serializer.rb
2018-07-23 11:27:39 -07:00

5 lines
111 B
Ruby

# frozen_string_literal: true
class GroupVariableSerializer < BaseSerializer
entity GroupVariableEntity
end