Method: Rails::Configuration#plugin_paths
- Defined in:
- lib/initializer.rb
#plugin_paths ⇒ Object
The path to the root of the plugins directory. By default, it is in vendor/plugins.
594 595 596 |
# File 'lib/initializer.rb', line 594 def plugin_paths @plugin_paths end |