method
_all_load_paths
_all_load_paths()
protected
Hide source
# File railties/lib/rails/engine.rb, line 653 def _all_load_paths @_all_load_paths ||= (config.paths.load_paths + _all_autoload_paths).uniq end


