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: bb3e96b8fafc33651be5c53ba9c5af9ee734d9f9 (plain)
1
2
3
4
5
# frozen_string_literal: true

class BoardPresenter < Gitlab::View::Presenter::Delegated
  presents ::Board, as: :board
end