Commit 1ec9ef59 authored by Rémy Coutable's avatar Rémy Coutable

Ensure Projects::ApproversController inherits from Projects::ApplicationController

Fix gitlab-org/gitlab-ce#14503.
parent 01d6f535
class Projects::ApproversController < ApplicationController
class Projects::ApproversController < Projects::ApplicationController
def destroy
if params[:merge_request_id]
authorize_create_merge_request!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment