Displaying 1 result from an estimated 1 matches for "thepartial".
2005 Dec 14
0
relative subdirectory of partials
if im in the views dir for the railtstest controller and
   render a partial  like so: render(:partial=>''container/ 
thepartial'')  then
it will only work if that partial is in views/container/thepartial  
not if its in
views/railstest/container/thepartial  as I expected.
but what i want is to have a dir called container inside of railstest  
and be
able to render a partial from there. is this possible?
--------...