I'm thinking this controller will start with the following routes: GET /comments GET /comment/:id GET /post/:id/comments GET /user/:id/comments POST /comment POST /comment/:id DELETE /comment/:id
I'm thinking this controller will start with the following routes:
GET /comments
GET /comment/:id
GET /post/:id/comments
GET /user/:id/comments
POST /comment
POST /comment/:id
DELETE /comment/:id