Greetings,
I have a partial template file (acutally, it is an RJS file but the same principle is in question here) which I wish to "share" between multiple controllers. Does anyone know where in the directory tree I would put these files in order that I can access them from multiple controllers in the same app? I really would prefer not having to copy them all into all of the directories. I guess what I am looking for is a "mixin" type thing for views. I tried putting them in a directory called "application" under views, but that didn't work.
Thanks in advance,
Peter