Hey guys - just a quick question about partials. I’m trying to put
together an administrative console for my site (which is working great,
thanks to the excellent and consistent help I’ve received here). Since
I’m still new at this, I figured the easiest way to get it up and
running quickly would be to use the views that already exist in my
numerous scaffolds. However, since each view and partial resides in a
different directory than the console, I would need to call them in a
different way than just render :partial => ‘partialname’. I tried
plugging in the :controller as an option, but no go. Is what I’m trying
to do even possible? Or even better, is there a better way that I could
be going about this?
Thanks!