annotate vendor/plugins/engines/.svn/text-base/init.rb.svn-base @ 60:cf39b52d24b4 luisf

DEVELOPMENT COMMIT: The description can now be seen and edited BUT when a new user registers the informations is not saved to the correct table.
author luisf
date Wed, 01 Dec 2010 18:04:19 +0000
parents 513646585e45
children
rev   line source
Chris@0 1 # Only call Engines.init once, in the after_initialize block so that Rails
Chris@0 2 # plugin reloading works when turned on
Chris@0 3 config.after_initialize do
Chris@0 4 Engines.init(initializer) if defined? :Engines
Chris@0 5 end