ga-wdi-boston / rails-api

Introduction to MVC concepts and their implementation in Rails.
Other
6 stars 159 forks source link

Replace messages with HTTP status codes in `roles` exercise #36

Open jrhorn424 opened 7 years ago

jrhorn424 commented 7 years ago

For errors, not "bad id", but HTTP 404/Not Found, etc.

For success on update and delete, HTTP 204/No Content.