coderly / teamplaybook-ember

0 stars 0 forks source link

Switch user registration to use adapter #12

Closed begedin closed 9 years ago

begedin commented 9 years ago

With this PR, during registration, instead of relying on a custom method of our own, we rely on store.createRecord, followed by store.save, which I think is a more conventional approach to user registration.

However, adding this change raises some questions. I'll try to write them down in a gist and link them here - #13