Open Lordnibbler opened 9 years ago
To mimic Wordpress/Ghost blog, where you can tag a Blog::Post, and click on a tag to see other posts using the same tag.
Blog::Post
Markup is already created here, and just hidden: https://github.com/Lordnibbler/railsblog/blob/5ad8fc867ff226c98c38559b06cc03cab08f004c/app/views/blog/posts/show.html.erb#L16-L23
To mimic Wordpress/Ghost blog, where you can tag a
Blog::Post
, and click on a tag to see other posts using the same tag.