method

autoload_paths

v4.2.7 - Show latest stable - Class: Rails::Paths::Root
autoload_paths()
public

No documentation available.

# File railties/lib/rails/paths.rb, line 91
      def autoload_paths
        filter_by { |p| p.autoload? }
      end