public Method

Initializer.add_plugin_load_paths

Adds all load paths from plugins to the global set of load paths, so that code from plugins can be required (explicitly or automatically via Dependencies).

Source Code

# File initializer.rb, line 153
def add_plugin_load_paths
  plugin_loader.add_plugin_load_paths
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.