summaryrefslogtreecommitdiff
path: root/app/controllers/projects/alert_management_controller.rb
blob: 46db87dba9473073f8ef7c21e3cb1d29d0a3defa (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class Projects::AlertManagementController < Projects::ApplicationController
  def index
    respond_to do |format|
      format.html
    end
  end
end