Chris@909: # This is only here to allow for backwards compability with Engines that Chris@909: # have been implemented based on Engines for Rails 1.2. It is preferred that Chris@909: # the plugin list be accessed via Engines.plugins. Chris@909: Chris@909: module Rails Chris@909: # Returns the Engines::Plugin::List from Engines.plugins. It is preferable to Chris@909: # access Engines.plugins directly. Chris@909: def self.plugins Chris@909: Engines.plugins Chris@909: end Chris@909: end