Skip to content

Commit

Permalink
TMP: Autoload checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rgarner committed Feb 5, 2025
1 parent 68b5e47 commit b677103
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/initializers/autoload_check.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Rails.application.config.after_initialize do
pp Rails.autoloaders.main.dirs
puts "------------------------------"
pp Rails.autoloaders.once.dirs
end

0 comments on commit b677103

Please sign in to comment.