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)