[solved] merging controllers and helpers includes?

all good now - my fu is still weak but growing!

iniit.rb now mixes in the module.

Jodi


Greetings,

I’m enginefying a popular rails forum, and have found it’s necessary
to include the engines lib module into the application’s Application
Controller and Application Helper - even though both are included in
the corresponding engine Application Controller and Application Helper.

Is this expected behavior?

Or is there something I can do in the init.rb to mixin the module?

The docs led me to believe that engine controllers and helpers would
be merged into the respective app locations.

Thanx for any help. Loving the engines James!

Jodi