Method: Rails::Configuration#plugins

Defined in:
lib/initializer.rb

#pluginsObject

The list of plugins to load. If this is set to nil, all plugins will be loaded. If this is set to [], no plugins will be loaded. Otherwise, plugins will be loaded in the order specified.



587
588
589
# File 'lib/initializer.rb', line 587

def plugins
  @plugins
end