How do you list all of the autoload paths in Rails?
In Rails console when I do this, it only lists the custom paths added to the config:
$ rails c Loading
Rails.application.instance_variable_get(:"@_all_autoload_paths")