如何完全删除已出错的记录:
例如:
user.one 'becameError', =>
@send 'flashError', 'An error has occurred and the invitation cannot be sent.'
user.deleteRecord()
user.get('transaction').commit()
上述错误与所有熟悉的错误:
尝试
deleteRecord
在 rootState.error 状态下处理事件。未定义调用
App.User.all() 包含所有记录,isNew,isError。
我该如何摆脱这该死的东西?