debian-mirror-gitlab/app/controllers/projects/incidents_controller.rb
2020-10-24 23:57:45 +05:30

9 lines
167 B
Ruby

# frozen_string_literal: true
class Projects::IncidentsController < Projects::ApplicationController
before_action :authorize_read_incidents!
def index
end
end