X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/55aafbb07904ca24390dd47ea960eae7cb2b909a..f2c2cb93161f2a50c23e6e6ebbdf2bb879e05da2:/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