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
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
I got it, I must include my helpers manually, like:
ActionView::Base.send :include, ResourcesHelper
in init.rb file.