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

work_item_presenter.rb « presenters « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 995f2d02156d70f1d46d5ca933585e563979265b (plain)
1
2
3
4
# frozen_string_literal: true

class WorkItemPresenter < IssuePresenter # rubocop:todo Gitlab/NamespacedClass
end