6 lines
167 B
Ruby
6 lines
167 B
Ruby
# frozen_string_literal: true
|
|
|
|
class IssueSidebarExtrasEntity < IssuableSidebarExtrasEntity
|
|
end
|
|
|
|
IssueSidebarExtrasEntity.prepend_mod_with('IssueSidebarExtrasEntity')
|