Displaying 1 result from an estimated 1 matches for "commoncode".
2006 Apr 24
1
using helper which is placed outside of /app/helpers????
Hi,
WE wanted to load a helper outside of app/helpers.
Actually our helpers is placed in lib/commoncode/ for
the ruby classes, we can simply use require
"commoncode/myclass", but we can not do the same
things with the helpers, we try:
helper ''commoncode/ourhelpername'' -> error
helper :commoncode/ourhelpername -> error
Does someone know how to do this???
Thanks yo...