From 15b85f2e7d822c1a26869300f28f9f16073340ae Mon Sep 17 00:00:00 2001 From: Fritz Freiheit Date: Thu, 30 Mar 2023 11:02:56 -0400 Subject: [PATCH] Update works_behavior.rb --- app/controllers/concerns/integrator/hyrax/works_behavior.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/concerns/integrator/hyrax/works_behavior.rb b/app/controllers/concerns/integrator/hyrax/works_behavior.rb index 5f23c45e..682ab8a8 100644 --- a/app/controllers/concerns/integrator/hyrax/works_behavior.rb +++ b/app/controllers/concerns/integrator/hyrax/works_behavior.rb @@ -224,7 +224,7 @@ def file_set_attributes(attributes) attributes.except(:id, 'id') end end - be + def file_set_actor ::Hyrax::Actors::FileSetActor end