Closed ebastien closed 13 years ago
At http://guides.sproutcore.com/records.html#using-your-models, when mentioning fixtures, there should be no '()' at the end of SC.Record.fixtures:
MyApp = SC.Application.create({ // ... store: SC.Store.create().from(SC.Record.fixtures()), });
This has been fixed in the master branch, and should show up on the guides site soon. Thanks for catching that.
At http://guides.sproutcore.com/records.html#using-your-models, when mentioning fixtures, there should be no '()' at the end of SC.Record.fixtures: