To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 92 / 92b92918eb7020ef6c81dcf481e4849ccd703276.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (381 Bytes)
| 1 |
# This is only here to allow for backwards compability with Engines that |
|---|---|
| 2 |
# have been implemented based on Engines for Rails 1.2. It is preferred that |
| 3 |
# the plugin list be accessed via Engines.plugins. |
| 4 |
|
| 5 |
module Rails |
| 6 |
# Returns the Engines::Plugin::List from Engines.plugins. It is preferable to |
| 7 |
# access Engines.plugins directly. |
| 8 |
def self.plugins |
| 9 |
Engines.plugins |
| 10 |
end |
| 11 |
end |