gitlab-org--gitlab-foss/app/presenters/ci/processable_presenter.rb

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

8 lines
135 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Ci
class ProcessablePresenter < CommitStatusPresenter
presents ::Ci::Processable
end
end