To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
History | View | Annotate | Download (233 Bytes)
module Engines
class Plugin
class Loader < Rails::Plugin::Loader
protected
def register_plugin_as_loaded(plugin)
super plugin
Engines.plugins << plugin
end