instance method
_all_load_paths
Ruby on Rails 3.2.22.5
Since v3.0.20Signature
_all_load_paths()
No documentation comment.
Source
# File railties/lib/rails/engine.rb, line 658
def _all_load_paths
@_all_load_paths ||= (config.paths.load_paths + _all_autoload_paths).uniq
end
Defined in railties/lib/rails/engine.rb line 658
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Engine