I have a Project that belongs to User. In my user view I have a link to add a new project, with the parameter for the user I want to add the project to.
<
try
render :action => "new", :id => @project.id
if its not works for you, then try alternate way to pass the parameter to your render action.
This can also help you-> Rails 3 Render => New with Parameter