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

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

class IssueSidebarEntity < IssuableSidebarEntity
  expose :assignees, using: API::Entities::UserBasic
end