Merge branch '8784-dir-listings'
[arvados.git] / services / api / app / helpers / application_helper.rb
index d4cc4ec92dc37929fcde6929824b049aab66a960..904674bf21bcab458ad00b21f9e710670e486bb0 100644 (file)
@@ -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