diff --git a/app/services/hyrax/listeners.rb b/app/services/hyrax/listeners.rb index a8c2a15a74..15a2a93b79 100644 --- a/app/services/hyrax/listeners.rb +++ b/app/services/hyrax/listeners.rb @@ -30,5 +30,6 @@ module Listeners autoload :ProxyDepositListener autoload :TrophyCleanupListener autoload :WorkflowListener + autoload :Workflow end end