Tuesday, March 18, 2008

Partial syntax

<%= render :partial => "signup_form" %>



This would render "_signupform.html.erb" and pass the instance variable @signup_form in as a local variable account to the template for display.

No comments: