Medium
In my routes, I want to add the following routes in a single method call:
GET /users
GET /users/:id
POST /users
PUT /users/:id
DELETE /users/:id
What should I put?
Author: InconnuStatus: PublishedQuestion passed 91 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Rails