Support searching jobs by script_version_descends_from. refs #1445
[arvados.git] / app / controllers / orvos / v1 / users_controller.rb
1 class Orvos::V1::UsersController < ApplicationController
2   def current
3     @object = current_user
4     show
5   end
6 end