method
load_paths
v3.0.0 -
Show latest stable
- Class:
Rails::Engine::Configuration
load_paths()public
No documentation available.
# File railties/lib/rails/engine/configuration.rb, line 52
def load_paths
ActiveSupport::Deprecation.warn "config.load_paths is deprecated. Please use config.autoload_paths instead."
autoload_paths
end