Displaying 1 result from an estimated 1 matches for "oladdress".
Did you mean:
laddress
2005 Dec 18
3
undefined local variable in partial
...#39;
for #<#<Class:0xb75b2090>:0xb75b1f28>) on line #13 of
app/views/admin/_order_line.rhtml:
10:
11: <tr valign="top">
12: <td>
13: <div class="olnamebox"><%= h(order_line.name) %></div>
14: <div class="oladdress"><%= h(order_line.address) %> </div>
15: </td>
The partial is called from within a view (ship.rhtml):
<%= render(:partial => "order_line", :collection => @pending_orders) %>
The PragProg-Rails book explains the following:
'''...