views:

362

answers:

1

Hi,

I'm migrating a plugin of mine that uses engines plugin. In my plugin there is a helper wich is not being recognized by rails.

Does anyone knows any issue related?

Thanks

A: 

I got it, I must include my helpers manually, like:

ActionView::Base.send :include, ResourcesHelper

in init.rb file.

Ricardo Acras