Skip to content

Specify base controller for Doorkeeper

Bob Van Landuyt requested to merge bvl-fix-qa-doorkeeper into master

What does this MR do?

This fixes a failure discovered by QA: gitlab-qa#198 (comment 60735266)

Logging in using Oauth would fail on a secondary.

By setting the base_controller for doorkeeper we make sure the ApplicationController#can? helper method is available to the views.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes gitlab-qa#198 (comment 60735266)

Edited by Grzegorz Bizon

Merge request reports