6074: Clear any existing ActiveRecord select() before adding our own,
[arvados.git] / services / api / app / controllers / database_controller.rb
index 04c0e79d6cb940545d530ca7e57fe5b2da791e51..64818da375ecc4fb0277a10be0f3f7e6b552a2e8 100644 (file)
@@ -68,6 +68,6 @@ class DatabaseController < ApplicationController
     end
 
     # Done.
-    render json: {success: true}
+    send_json success: true
   end
 end