method

load_paths

load_paths()
protected

No documentation available.

# File railties/lib/rails/application/routes_reloader.rb, line 28
      def load_paths
        paths.each { |path| load(path) }
      end