X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..86b7903116608ac3a8314437639cb61d774fb510:/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