debian-mirror-gitlab/app/controllers/ci/lints_controller.rb
2018-12-05 23:21:45 +05:30

11 lines
161 B
Ruby

# frozen_string_literal: true
module Ci
class LintsController < ::ApplicationController
before_action :authenticate_user!
def show
end
end
end