Question from the Ruby on Rails test

How to create a user model in Rails

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 52 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!