X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/43773cb247a1fb744b57070b715bfa5d53a00822..c69d271455a0550cda8e56ab6a4685fe3d7d91ea:/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..904674bf21 100644 --- a/services/api/app/helpers/application_helper.rb +++ b/services/api/app/helpers/application_helper.rb @@ -1,5 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + module ApplicationHelper - def current_user - controller.current_user - end + include CurrentApiClient end