Notes posted by hoodow
RSS feed
hoodow -
August 27, 2008
2 thanks
:variable_name
In Edge Rails you can do something like this to change the local variable name when rendering a collection:
render :partial => “video_listing”, :collection => @recommendations, :variable_name => “video”