rails3 engine questions

Hi!

I'm using rails3 (rc and/or master) together with a rails engine. The main app should use the models, controllers etc. of the engine and so far this works fine. But currently only the plugins & view helpers of the main application are loaded/useable, those of the engine are unavailable. I wonder how I can make the main application to load/use the plugins and view helpers of the engine too. I tried several things with setting config.paths but I didn't work. Any help would really be appreciated :slight_smile:

Corin