Module: Rails

Defined in:
vendor/plugins/engines/lib/engines/rails_extensions/rails.rb

Overview

This is only here to allow for backwards compability with Engines that have been implemented based on Engines for Rails 1.2. It is preferred that the plugin list be accessed via Engines.plugins.

Class Method Summary

Class Method Details

+ (Object) plugins

Returns the Engines::Plugin::List from Engines.plugins. It is preferable to access Engines.plugins directly.



8
9
10
# File 'vendor/plugins/engines/lib/engines/rails_extensions/rails.rb', line 8

def self.plugins
  Engines.plugins
end