Flowdock
method

registered_plugin_names

Importance_1
v2.2.1 - Show latest stable - 0 notes - Class: Rails::Plugin::Loader
registered_plugin_names() protected

The plugins that have been explicitly listed with config.plugins. If this list is nil then it means the client does not care which plugins or in what order they are loaded, so we load all in alphabetical order. If it is an empty array, we load no plugins, if it is non empty, we load the named plugins in the order specified.

Show source
Register or log in to add new notes.