I am trying to do a rails blog that will have author pages where the author will be linked to all of the posts that author has made to the blog. So there will be a main page of blog posts that have been contributed, and I can click on any post to read it, and also click on the author of any post to see that author's page. Which would list all of the article that the author has contributed.I am trying to do a rails blog that will have a