Skip to content

Commit

Permalink
Remove no longer needed autoloader ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Oct 30, 2023
1 parent 264de0a commit 00ee908
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/initializers/zeitwerk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@
Rails.autoloaders.main.collapse(Rails.root.join("lib/manageiq/reporting/charting"))
Rails.autoloaders.main.collapse(Rails.root.join("lib/ansible/runner/credential"))
Rails.autoloaders.main.collapse(Rails.root.join("lib/pdf_generator"))

# requires qpid, which is an optional dependency because LOL mac
if RUBY_PLATFORM.include?("darwin")
message_handler_path = Pathname.new(Vmdb::Plugins.paths[ManageIQ::Providers::Nuage::Engine]).join("app/models/manageiq/providers/nuage/network_manager/event_catcher/messaging_handler.rb")
Rails.autoloaders.main.ignore(message_handler_path)
end
end

0 comments on commit 00ee908

Please sign in to comment.