debian-mirror-gitlab/app/controllers/ci/lints_controller.rb

11 lines
161 B
Ruby
Raw Normal View History

2018-12-05 23:21:45 +05:30
# frozen_string_literal: true
2015-09-25 12:07:36 +05:30
module Ci
2016-11-03 12:29:30 +05:30
class LintsController < ::ApplicationController
2015-09-25 12:07:36 +05:30
before_action :authenticate_user!
def show
end
end
end