X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d4263c16812a906589cbc13be26535a85691bd8..f560e8aeb2a61cd4941f84e4fe119d27eefe6d8f:/services/api/app/helpers/application_helper.rb diff --git a/services/api/app/helpers/application_helper.rb b/services/api/app/helpers/application_helper.rb index d4cc4ec92d..c5999b3714 100644 --- a/services/api/app/helpers/application_helper.rb +++ b/services/api/app/helpers/application_helper.rb @@ -1,5 +1,3 @@ module ApplicationHelper - def current_user - controller.current_user - end + include CurrentApiClient end