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

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

class MoveToProjectEntity < Grape::Entity
  expose :id
  expose :name_with_namespace
end