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

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to