2018-11-29 23:03:35 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class IssuableSidebarExtrasEntity < Grape::Entity
|
|
|
|
include RequestAwareEntity
|
|
|
|
include TimeTrackableEntity
|
2019-04-07 14:35:16 -04:00
|
|
|
|
2020-05-12 08:09:47 -04:00
|
|
|
expose :assignees, using: ::API::Entities::UserBasic
|
2018-11-29 23:03:35 -05:00
|
|
|
end
|