简体   繁体   中英

Why am I getting Object user has no method '_create' ember?

I am getting the following error when trying to create a user using fixtureadapter:

Uncaught TypeError: Object user has no method '_create' ember-data.js?body=1:1580
DS.Store.Ember.Object.extend.createRecord ember-data.js?body=1:1580
EmberGym.UsersCreateController.Ember.ObjectController.extend.actions.save users_create_controller.js?body=1:7
Ember.ActionHandler.Ember.Mixin.create.send ember.js?body=1:14740
(anonymous function) ember.js?body=1:33233
Backburner.run ember.js?body=1:5609
Ember.run ember.js?body=1:5974
ActionHelper.registeredActions.(anonymous function).handler ember.js?body=1:33231
(anonymous function) ember.js?body=1:19340
Ember.handleErrors ember.js?body=1:578
(anonymous function) ember.js?body=1:19332
jQuery.event.dispatch jquery.js?body=1:5096
elemData.handle jquery.js?body=1:4767

https://github.com/ecl1pse/ember-gym

Any help?

不幸的是是旧版本的余烬数据..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM