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

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

class TodoPresenter < Gitlab::View::Presenter::Delegated
  include GlobalID::Identification

  presents :todo
end