Merge branch 'master' into 4823-python-sdk-writable-collection-api
[arvados.git] / services / api / app / controllers / arvados / v1 / virtual_machines_controller.rb
index e17634812122ceed2f901286891a6393410ab292..35e5e4257afa5745e1e5a36337a284da2a141ccd 100644 (file)
@@ -38,6 +38,6 @@ class Arvados::V1::VirtualMachinesController < ApplicationController
         end
       end
     end
-    render json: { kind: "arvados#HashList", items: @response }
+    send_json kind: "arvados#HashList", items: @response
   end
 end