[#, # ] <% for blog in @blogs %> <% lastcomment = blog.comments(:first, :order => "updated_at DESC") %> <%= lastcomment.inspect %> <% end %>
[#, # ] <% for blog in @blogs %> <% lastcomment = blog.comments(:first, :order => "updated_at DESC") %> <%= lastcomment.inspect %> <% end %>