I know this question has been asked several times but I can’t find any clear solution. can someone please describe me why this error happening and what will be the solution.I am using Ember: 1.6.1 and Ember-data: 1.0.0-beta.5
Yes it worked for me. But my question is I am making two extra request to my backend to get user and inquiry model. For example if I have three or four belongs field; then I will have to make three or four extra request to my backend to get those model. Is it right way to do it ? I have another question for you: whats the best way to save currentUser model that way other controller can use it. Thanks for your time and response.