To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / vendor / plugins / engines / init.rb @ 918:04114f36670d

History | View | Annotate | Download (194 Bytes)

1
# Only call Engines.init once, in the after_initialize block so that Rails
2
# plugin reloading works when turned on
3
config.after_initialize do
4
  Engines.init(initializer) if defined? :Engines
5
end