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

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

class IssueSidebarExtrasEntity < IssuableSidebarExtrasEntity
end

IssueSidebarExtrasEntity.prepend_if_ee('EE::IssueSidebarExtrasEntity')