instance method default_eager_load_paths

Ruby on Rails 2.3.18

Since v2.2.3 Last seen in v2.3.18 Private

Available in: v2.2.3 v2.3.18

Signature

default_eager_load_paths()

No documentation comment.

Source
# File railties/lib/initializer.rb, line 1023
      def default_eager_load_paths
        %w(
          app/metal
          app/models
          app/controllers
          app/helpers
        ).map { |dir| "#{root_path}/#{dir}" }.select { |dir| File.directory?(dir) }
      end

Defined in railties/lib/initializer.rb line 1023 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Configuration

Type at least 2 characters to search.

↑↓ navigate · open · esc close