annotate .svn/pristine/52/523c9c2d9c7b015aa1113d76af95f9049ad0813d.svn-base @ 1458:b1f4c9a2af24 bug_794

Makes the default radio button checked by default -- this should fix bug #794.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 11 Nov 2013 18:25:22 +0000
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