instance method
load_paths=
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
load_paths=(paths)
No documentation comment.
Parameters
-
pathsreq
Source
# File railties/lib/rails/engine/configuration.rb, line 63
def load_paths=(paths)
ActiveSupport::Deprecation.warn "config.load_paths= is deprecated. Please use config.autoload_paths instead."
self.autoload_paths = paths
end
Defined in railties/lib/rails/engine/configuration.rb line 63
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Engine::Configuration