use JSON.dump so timestamps load back as Time, and Oj.load for fast loading
[arvados.git] / app / models / user.rb
1 class User < OrvosBase
2   def self.current
3     res = $orvos_api_client.api self, '/current'
4     $orvos_api_client.unpack_api_response(res)
5   end
6 end