railsinspire
railsinspire copied to clipboard
Comment Feature
Add comments to samples
- [ ] Add Comment model with body, hidden_at (or flagged_at), and user association
- [ ] Add ability to add, edit, and soft-delete your own comments
- [ ] Add ability for admin to hide or flag comments
- [ ] Add comment count (counter cache) to Sample
- [ ] Show comment count on sample card?