Authenticate against auth.clinicalfuture.com
[arvados.git] / app / helpers / application_helper.rb
1 module ApplicationHelper
2
3   def current_user
4     controller.current_user
5   end
6
7 end