= private = protected
plugins()
Returns the plugins to be loaded, in the order they should be loaded.
# File railties/lib/rails/plugin/loader.rb, line 21 def plugins @plugins ||= all_plugins.select { |plugin| should_load?(plugin) }.sort { |p1, p2| order_plugins(p1, p2) } end