/ Published in: Ruby
Renders the partial template called 'cart', sends along local variable @cart, this will be known locally using the same name as the partial, 'cart'.
Expand |
Embed | Plain Text
<%= render(:partial => "cart", :object => @cart) %>
You need to login to post a comment.
