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

9 lines
130 B
Ruby
Raw Normal View History

2015-08-25 21:42:46 -04:00
module Ci
class LintsController < ::ApplicationController
2015-09-14 07:37:18 -04:00
before_action :authenticate_user!
2015-08-25 21:42:46 -04:00
def show
end
end
end