8 lines
130 B
Ruby
8 lines
130 B
Ruby
module Ci
|
|
class LintsController < ::ApplicationController
|
|
before_action :authenticate_user!
|
|
|
|
def show
|
|
end
|
|
end
|
|
end
|