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

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

class BoardPresenter < Gitlab::View::Presenter::Delegated
  presents :board
end