You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not supposed to. Ember Resource (for better or for worse) uses the second argument to create internally.
Ember Objects support that syntax for dynamically mixing in functionality at the instance level. If you want mix in functionality, Ember Resource recommends that you mixin at the class level, not the instance level.
but
Ember.Resource.extend
andEmber.ResourceCollection.extend
work.Ember.Resource.create
, likeEmber.ResourceCollection.create
, does not.The text was updated successfully, but these errors were encountered: