accept authorization token in Authorization request header
[arvados.git] / services / api / app / helpers / application_helper.rb
1 module ApplicationHelper
2   def current_user
3     controller.current_user
4   end
5 end