-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I had the issue described in http://stackoverflow.com/questions/21724343/no-container-in-jsonserializer on my app, using an online store initializer as described in the docs. Solution was to get rid of declaring the serializer in CustomOnlineAdapter definition:
var CustomOnlineSerializer = ActiveModelSerializer.extend();
var CustomOnlineAdapter = ActiveModelAdapter.extend({
//serializer: CustomOnlineSerializer.create(), http://stackoverflow.com/questions/21724343/no-container-in-jsonserializer
}); (with ember-cli & Ember 1.11)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels