From 7add38e9b4d8087b878714b0aa0439a1e3b23f73 Mon Sep 17 00:00:00 2001 From: Jeremy Friesen Date: Mon, 27 Nov 2023 15:46:41 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20bad=20method=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to: - https://github.com/samvera/hyku/pull/2023/files - https://github.com/scientist-softserv/atla-hyku/pull/198 --- app/controllers/hyrax/my/works_controller_decorator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/hyrax/my/works_controller_decorator.rb b/app/controllers/hyrax/my/works_controller_decorator.rb index 2817729e9..df68ce1ca 100644 --- a/app/controllers/hyrax/my/works_controller_decorator.rb +++ b/app/controllers/hyrax/my/works_controller_decorator.rb @@ -6,7 +6,7 @@ module Hyrax module My module WorksControllerDecorator - def collection_service + def collections_service cloned = clone cloned.params = {} Hyrax::CollectionsService.new(cloned)