instance method
add_plugin_load_paths
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
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 ActiveSupport::Dependencies).
Source
# File railties/lib/initializer.rb, line 268
def add_plugin_load_paths
plugin_loader.add_plugin_load_paths
end
Defined in railties/lib/initializer.rb line 268
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Initializer