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
<code/>and<pre/>for code samples.