I have list of blogs with usernames <% for @blogs in @blogs.reverse %> <% @user = @blogs.user %><br> <%= @user.login %> but the user.login is a no method error. when i in a view of a specific blog the user.login is returned well but in the list of all blogs i have no idea to view the user.login for all blogposts -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---