Closed jordanbyron closed 12 years ago
Happy to pick this one up, looks like a nice way to ease myself in.
Is it as simple as converting the comment.user.name into a link?
comments/index.html.haml
= comment.user.name
would become:
= link_to comment.user.name, user_path(comment.user.nickname)
Yup, it's that simple :wink: and it is assigned to you.
Happy to pick this one up, looks like a nice way to ease myself in.
Is it as simple as converting the comment.user.name into a link?
comments/index.html.haml
= comment.user.name
would become:
= link_to comment.user.name, user_path(comment.user.nickname)