Method: Rails::Configuration#plugin_loader
- Defined in:
- lib/initializer.rb
#plugin_loader ⇒ Object
The class that handles loading each plugin. Defaults to Rails::Plugin::Loader, but a sub class would have access to fine grained modification of the loading behavior. See the implementation of Rails::Plugin::Loader for more details.
605 606 607 |
# File 'lib/initializer.rb', line 605 def plugin_loader @plugin_loader end |