gitlab-ce/app/presenters/board_presenter.rb

6 lines
124 B
Ruby

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