Method: Rails::Configuration#plugin_locators
- Defined in:
- lib/initializer.rb
#plugin_locators ⇒ Object
The classes that handle finding the desired plugins that you’d like to load for your application. By default it is the Rails::Plugin::FileSystemLocator which finds plugins to load in vendor/plugins. You can hook into gem location by subclassing Rails::Plugin::Locator and adding it onto the list of plugin_locators.
600 601 602 |
# File 'lib/initializer.rb', line 600 def plugin_locators @plugin_locators end |