Closed DanielOchoa closed 8 years ago
This PR converts ember-localstorage-adapter into a proper ember-cli addon. Here's my process:
Note: I may move over the actual adapter code first before the tests, given that this is sort of murky to do TDD on.
tests should pass initially since I haven't ported the old tests yet.
TypeError: serializer.normalizeResponse is not a function.
TypeError: serializer.normalizeResponse is not a function
This PR converts ember-localstorage-adapter into a proper ember-cli addon. Here's my process:
Note: I may move over the actual adapter code first before the tests, given that this is sort of murky to do TDD on.