do not include ApiClient* in discovery document. refs #1405 refs #1406
[arvados.git] / app / controllers / orvos / v1 / users_controller.rb
index 57ce13bbb9558c8556a3bf61cf409a04aa6cbcf7..7fc0f47d4989784622bf2615622d508367ac1faa 100644 (file)
@@ -1,2 +1,6 @@
 class Orvos::V1::UsersController < ApplicationController
+  def current
+    @object = current_user
+    show
+  end
 end