add pipeline_instances#index, fix #show to work with new-school pipelines. refs ...
[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