Commit 9fe7079a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'rails5-fix-48141' into 'master'

Rails5 fix  expected: 0 times with any arguments received: 1 time with…

Closes #48141

See merge request gitlab-org/gitlab-ce!20018
parents 4d699476 ce30d14b
......@@ -54,7 +54,7 @@ class DashboardController < Dashboard::ApplicationController
return unless @no_filters_set
respond_to do |format|
format.html
format.html { render }
format.atom { head :bad_request }
end
end
......
---
title: 'Rails5 fix expected: 0 times with any arguments received: 1 time with arguments:
DashboardController'
merge_request: 20018
author: Jasper Maes
type: fixed
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