instance method load_paths

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.0.20

Signature

load_paths()

No documentation comment.

Source
# 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

Defined in railties/lib/rails/engine/configuration.rb line 58 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Engine::Configuration

Type at least 2 characters to search.

↑↓ navigate · open · esc close