ga-wdi-boston / rails-api

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

MVC lab uses views #26

Closed raq929 closed 7 years ago

raq929 commented 8 years ago

In the expected response sections of roles/client, the client is told to expect HTML, when we now expect a JSON response. We should update the expected response appropriately.

raq929 commented 8 years ago

The server and controller roles also need to be updated to send JSON instead of a view.