X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0561bd0c3c07257fd58ded6c7cfa5feeae97af57..28b6afc1e8ccf652c7a8fd43e22a8ac788febd85:/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