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
|