instance method load_paths=

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.0.20

Signature

load_paths=(paths)

No documentation comment.

Parameters

paths req
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close