Compare commits

...
+1 -1
View File
@@ -15,7 +15,7 @@ class DashboardController < ActionController::Base
private
def ensure_html_format
head :not_acceptable unless request.format.html?
head :not_acceptable if request.format.json?
end
def set_global_config