ember-model
ember-model copied to clipboard
Adapter.find error should be fired from HasManyArray but is being eaten by a promise
When the type of a hasMany relationship doesn't have an adapter set an error should be getting thrown here, but it's getting eaten by a promise:
https://github.com/ebryn/ember-model/blob/master/packages/ember-model/lib/has_many_array.js#L48
@ebryn I have tried to reproduce this, and I can't. I have created test for this: https://github.com/seeweer/ember-model/commit/afb245e8235e523097e93000a80c5b7494ebebc2 Can you check if I understand this right?