annotate .svn/pristine/52/523c9c2d9c7b015aa1113d76af95f9049ad0813d.svn-base @ 1475:23412bce0576 bug_522

Close obsolete branch bug_522
author Chris Cannam
date Sat, 27 Oct 2012 17:18:52 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 # Only call Engines.init once, in the after_initialize block so that Rails
Chris@909 2 # plugin reloading works when turned on
Chris@909 3 config.after_initialize do
Chris@909 4 Engines.init(initializer) if defined? :Engines
Chris@909 5 end