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

This commit is contained in:
Jasper Maes 2018-06-20 08:53:49 +02:00
parent f7b59b9f14
commit ce30d14be5
2 changed files with 7 additions and 1 deletions

View File

@ -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

View 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