gitlab-org--gitlab-foss/app/serializers/issue_sidebar_entity.rb

6 lines
137 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2017-10-31 16:15:03 +00:00
class IssueSidebarEntity < IssuableSidebarEntity
expose :assignees, using: API::Entities::UserBasic
end