= render :partial => "locations/form", :locals => { :f => return_to_form, :hello => "hello" }
"f" is accessible from _fom.html.haml, but not "hello", why is that?
= render :partial => "locations/form", :locals => { :f => return_to_form, :hello => "hello" }
"f" is accessible from _fom.html.haml, but not "hello", why is that?
Hi Rit Li
How did you try hello A working example is <td><%=h hello %></td>
Sijo