abuiles / ember-cli-101-errata

18 stars 4 forks source link

Adapter/server Rejecting new friend #223

Closed ianknauer closed 9 years ago

ianknauer commented 9 years ago

Hey, when following along with the book i'm getting an error on page 32 when trying to save the actual data to the server. I'm getting both "http://localhost:4200/api/friends 422 (Unprocessable Entity)" and "The adapter rejected the commit because it was invalid". I'm guessing the second is caused by the first.

My repository is here: https://github.com/ianknauer/embercli-borrowers

ianknauer commented 9 years ago

I missed the change from Rest to ActiveModel Adapter