[#<Comment id: 7, blog_id: 1, user_id: 1, text: "testing comment 1", created_at: "2008-04-30 12:20:33", updated_at: "2008-04-30 12:20:33">, #<Comment id: 8, blog_id: 1, user_id: 1, text: "new comment", created_at: "2008-05-07 10:57:44", updated_at: "2008-05-07 10:57:44">]
<% for blog in @blogs %>
<% lastcomment = blog.comments(:first, :order => "updated_at DESC") %>
<%= lastcomment.inspect %>
<% end %>