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

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

class IssueSidebarExtrasEntity < IssuableSidebarExtrasEntity
  expose :assignees, using: API::Entities::UserBasic
end