From c54a552b4a707c518cdf50719c4e7e4ef27ad9a4 Mon Sep 17 00:00:00 2001 From: Chris Colvard Date: Wed, 2 Oct 2024 17:50:47 -0400 Subject: [PATCH] Autoload FileListener --- app/services/hyrax/listeners.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/services/hyrax/listeners.rb b/app/services/hyrax/listeners.rb index ca99f2371e..a8c2a15a74 100644 --- a/app/services/hyrax/listeners.rb +++ b/app/services/hyrax/listeners.rb @@ -20,6 +20,7 @@ module Listeners autoload :ACLIndexListener autoload :ActiveFedoraACLIndexListener autoload :BatchNotificationListener + autoload :FileListener autoload :FileMetadataListener autoload :FileSetLifecycleListener autoload :FileSetLifecycleNotificationListener