method

load_paths

rails latest stable - Class: Rails::Engine::Configuration

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

load_paths()
public

No documentation available.

# File railties/lib/rails/engine/configuration.rb, line 58
      def load_paths
        ActiveSupport::Deprecation.warn "config.load_paths is deprecated. Please use config.autoload_paths instead."
        autoload_paths
      end