summaryrefslogtreecommitdiff
path: root/app/presenters/ci/variable/presenter.rb
blob: 02045e19cac507791561a80ffa5a667a325bb011 (plain)
1
2
3
4
5
6
7
module Ci
  class Variable
    class Presenter < Gitlab::View::Presenter::Simple
      presents :variable
    end
  end
end