Flowdock
method

add_gem_load_paths

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: Rails::Initializer
add_gem_load_paths() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/initializer.rb, line 239
    def add_gem_load_paths
      unless @configuration.gems.empty?
        require "rubygems"
        @configuration.gems.each &:add_load_paths
      end
    end
Register or log in to add new notes.