summaryrefslogtreecommitdiff
path: root/app/presenters/ci/processable_presenter.rb
blob: 5a8a6649071139cc330ec289eec440aa948d4039 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

module Ci
  class ProcessablePresenter < CommitStatusPresenter
  end
end