vote up 0 vote down star

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

flag

1 Answer

vote up 0 vote down check

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

ActionView::Base.send :include, ResourcesHelper

in init.rb file.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.