X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f12f617fb736ddd48e4f2b9f57a6983ff8fe1ed3..13163d646a6da8d53984dfb54d365cdfb90afde3:/services/api/app/controllers/arvados/v1/keep_disks_controller.rb diff --git a/services/api/app/controllers/arvados/v1/keep_disks_controller.rb b/services/api/app/controllers/arvados/v1/keep_disks_controller.rb index e8ccf2386c..2db2a60452 100644 --- a/services/api/app/controllers/arvados/v1/keep_disks_controller.rb +++ b/services/api/app/controllers/arvados/v1/keep_disks_controller.rb @@ -22,7 +22,7 @@ class Arvados::V1::KeepDisksController < ApplicationController # Render the :superuser view (i.e., include the ping_secret) even # if !current_user.is_admin. This is safe because @object.ping's # success implies the ping_secret was already known by the client. - render json: @object.as_api_response(:superuser) + send_json @object.as_api_response(:superuser) end end