Ember-data fixtures adapter not loading all data
问题 I have an ember-data model definition that looks like this: Sylvius.Filter = DS.Model.extend({ title: DS.attr('string'), slug: DS.attr('string'), // Belongs to Atlas atlas: DS.belongsTo('Sylvius.Atlas'), // Has images images: DS.hasMany('Sylvius.Image'), // May have AtlasExtras extras: DS.hasMany('Sylvius.AtlasExtra'), // Structures for this filter structures: DS.hasMany('Sylvius.Structure'), // This is the path to the thumbnails sprite. // Each image will have an index on this sprite