On Fri, 2007-10-12 at 12:47 -0400, Jonathan Linowes wrote:
> that works for you?
> I'm basically doing the same thing but the
>
> render "/pages/_page_menu.html.erb", :locals => { :pages => @foo }
render :partial => 'pages/page_menu', :locals => {:pages => @foo}
Note the :partial.
Kind regards,
Hans
signature.asc
Description: This is a digitally signed message part
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
