gitlab-org--gitlab-foss/app/presenters/board_presenter.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
124 B
Ruby
Raw Normal View History

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