diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb index e0587fb0..6598e0f2 100644 --- a/app/controllers/static_controller.rb +++ b/app/controllers/static_controller.rb @@ -14,7 +14,7 @@ class StaticController < ApplicationController if result send_file(temp_file, :type => "application/gzip") else - render :nothing => true, :status => 500 + render body: nil, status: 500 end elsif (ccs_method == 'github') git_hash = File.read("#{Rails.root}/CCS_HASH")