Switch to MultiJson which uses Oj under the hood (since it is available).
[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