We were running into this issue with our ember application and it turned out we just needed to set the adapter! See below:
1 |
App.ApplicationAdapter = DS.RESTAdapter; |
Using ember data 1.0.0 beta 3 and ember 1.0
We were running into this issue with our ember application and it turned out we just needed to set the adapter! See below:
1 |
App.ApplicationAdapter = DS.RESTAdapter; |
Using ember data 1.0.0 beta 3 and ember 1.0