From: Thierry Delbart Date: 2008-12-14T03:37:28+09:00 Subject: Accessing :object after render : partial Hello, I'm running into an issue I don't understand (I'm new to ruby): in my "Journey" controller / "course_detail" action I render the following partial (this is call by a Prototype Ajax function): render :partial => 'courses/course_detail', :object => @course in the _course_detail.erb file I have: Distance*: <%= course.distance %>
BUT I tells me "course" doesn't exist: "undefined local variable or method 'course'" Please, can someone help me through this one??? -- Posted via http://www.ruby-forum.com/.