X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..83f05664d99a7d80b2d2ae9c0517004cbfb5d00d:/apps/workbench/app/controllers/logs_controller.rb diff --git a/apps/workbench/app/controllers/logs_controller.rb b/apps/workbench/app/controllers/logs_controller.rb index 512f0a32e7..7e413284bb 100644 --- a/apps/workbench/app/controllers/logs_controller.rb +++ b/apps/workbench/app/controllers/logs_controller.rb @@ -3,5 +3,5 @@ # SPDX-License-Identifier: AGPL-3.0 class LogsController < ApplicationController - before_filter :ensure_current_user_is_admin + before_action :ensure_current_user_is_admin end