Notes posted by wyrmmage
RSS feed
wyrmmage -
August 26, 2009
0 thanks
Passing an :object to the partial
For some reason the :object option is completely undocumented. Here’s an example usage.
# Renders the partial, making @new_person available through the local variable 'person' render :partial => "person", :object => @new_person
(Credit goes to Catfish for the example, which I obtained from http://dev.rubyonrails.or/ticket/8518 )