gitlab-org--gitlab-foss/app/controllers/ci/lints_controller.rb

9 lines
130 B
Ruby

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