debian-mirror-gitlab/app/controllers/projects/incidents_controller.rb

9 lines
167 B
Ruby
Raw Normal View History

2020-10-24 23:57:45 +05:30
# frozen_string_literal: true
class Projects::IncidentsController < Projects::ApplicationController
before_action :authorize_read_incidents!
def index
end
end