7 lines
136 B
Ruby
7 lines
136 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class IssueSidebarBasicEntity < IssuableSidebarBasicEntity
|
||
|
expose :due_date
|
||
|
expose :confidential
|
||
|
end
|