ActionView::TemplateError (undefined method `length' for #) on line #79 of mobile_nodes/list.rhtml: 76: > 77: <%= link_to image_tag("information.png", :title => 'Details'), :action => 'show', :id => mobile_host %> 78: <%= mobile_host.send('name') %> 79: <%= truncate(mobile_host.send('description'), length=70, truncate_string='...') %> 80: <%= mobile_host.hoa.first.send('address') %> 81: <%# <% for hoa in mobile_host.hoas +|%> 82: <%# <%= hoa.send('address') +|%>