Sha256: 14379752f61f85a017e68ab38531f0977c8765264c1dd69d65d17cd69b7e11ed
Contents?: true
Size: 713 Bytes
Versions: 3
Compression:
Stored size: 713 Bytes
Contents
# frozen_string_literal: true module Hyrax # @note # Did you encounter an exception similar to the following: # # "A copy of Hyrax::Listeners::ObjectLifecycleListener has been removed from the module tree but is still active!" # # You may need to register a listener as autoload. See # ./app/services/hyrax/listeners.rb module Listeners extend ActiveSupport::Autoload autoload :AclIndexListener autoload :BatchNotificationListener autoload :FileSetLifecycleListener autoload :FileSetLifecycleNotificationListener autoload :MetadataIndexListener autoload :ObjectLifecycleListener autoload :ProxyDepositListener autoload :WorkflowListener end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hyrax-3.0.0 | app/services/hyrax/listeners.rb |
hyrax-3.0.0.pre.rc4 | app/services/hyrax/listeners.rb |
hyrax-3.0.0.pre.rc3 | app/services/hyrax/listeners.rb |