format.html { render :action => "new" } this says to render new
action of comments controller Is that you need or you have to render
show action of movie If that then you can say
render :action => "../movies/show"
instaed of format.html { render :action => "new" }
Sijo
--
Posted via http://www.ruby-forum.com/.