Sha256: 59fe5290824da3a6610acb0374594c596b874dcd22e55b7cc51f8f37c0d325b7
Contents?: true
Size: 381 Bytes
Versions: 9
Compression:
Stored size: 381 Bytes
Contents
# 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. module Rails # Returns the Engines::Plugin::List from Engines.plugins. It is preferable to # access Engines.plugins directly. def self.plugins Engines.plugins end end
Version data entries
9 entries across 9 versions & 3 rubygems