I'm still working on my asset handling plugin and I find myself needing a
traditional rails helper method; i.e., something that I can call from a
page view and use to dynamically modify/insert stuff into the page. I've
been trying to add this functionality by creating a helper module (let's
call it "assets_helper.rb") to assist my controller (let's call it
"assets_controller.rb").

My helper is found in the following path

      /radiant_app/extensions/assets/app/helpers/assets_helper.rb

but for some reason it doesn't seem to be loaded when the rest of the
radiant app starts ... none of the methods defined in it are available to
my views.

Is this a known problem, or am I just doing something wrong? Any guidance
would be greatly appreciated.

-- 
Nathan Wright
_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to