Last active
December 20, 2015 07:58
-
-
Save kumavis/6096789 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG: ------------------------------- ember.js:366 | |
DEBUG: Ember.VERSION : 1.0.0-rc.6 ember.js:366 | |
DEBUG: Handlebars.VERSION : 1.0.0-rc.4 ember.js:366 | |
DEBUG: jQuery.VERSION : 1.10.2 ember.js:366 | |
DEBUG: ------------------------------- ember.js:366 | |
Assertion failed: Your application does not have a 'Store' property defined. Attempts to call 'createRecord' on model classes will fail. Please provide one as with 'YourAppName.Store = DS.Store.extend()' ember.js:366 | |
get(DS, 'defaultStore') | |
//=> undefined | |
App.__container__.lookup('store:') | |
//=> Class {container: Container, _debugContainerKey: "store:", typeMaps: Object, recordCache: Array[0], clientIdToId: Object…} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment