我刚搬到Ember 1.0.0
和ember-data-v1.0.0-beta.1-87-gc08101e.js
。我遇到了很多麻烦。对于初学者:
App.Adapter.configure('plurals', {
voice_menu : 'voicemenus',
profile : 'profile',
company : 'companies',
});
我收到此错误消息:
Uncaught TypeError: Object ... has no method 'configure'
我现在如何配置适配器?