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

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

class ActsAsTaggableOn::TagEntity < Grape::Entity
  expose :id
  expose :name
end