Rails5 fix expected: 0 times with any arguments received: 1 time with arguments: DashboardController
This commit is contained in:
parent
f7b59b9f14
commit
ce30d14be5
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
6
changelogs/unreleased/rails5-fix-48141.yml
Normal file
6
changelogs/unreleased/rails5-fix-48141.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: 'Rails5 fix expected: 0 times with any arguments received: 1 time with arguments:
|
||||
DashboardController'
|
||||
merge_request: 20018
|
||||
author: Jasper Maes
|
||||
type: fixed
|
Loading…
Reference in a new issue