method
load_paths=
rails latest stable - Class:
Rails::Engine::Configuration
load_paths=(paths)public
No documentation available.
# 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