[x] Create a Tag model, it will probably have a name.
[x] Create a Tagging model, it will have post and tag references.
[x] Setup the many-to-many relationship between Post and Tag
[x] The user should be able to add tags to a post when editing it (can be done a few ways, google will help you here, see how others solve this very same common problem)
[x] The visitor facing post page should show a list of tags that a post was tagged with.
[ ] Bonus: Make the listed tags from the previous feature link to a list of blog posts that have that tag.
Week 6 - Day 2
We're going to continue making a blog app.
Tag
model, it will probably have aname
.Tagging
model, it will have post and tag references.Post
andTag