X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9aff8a3624b463d3fd4d9302c4d41c7558df4a13..3c73e2337ed73cd44e9bcc2d38a4dd742637ad19:/apps/workbench/app/controllers/tests_controller.rb?ds=sidebyside diff --git a/apps/workbench/app/controllers/tests_controller.rb b/apps/workbench/app/controllers/tests_controller.rb index 5d2de4e5a9..73c1f4f34a 100644 --- a/apps/workbench/app/controllers/tests_controller.rb +++ b/apps/workbench/app/controllers/tests_controller.rb @@ -3,7 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0 class TestsController < ApplicationController - skip_before_filter :find_object_by_uuid + skip_before_action :find_object_by_uuid def mithril end end