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
What are your thoughts on having a method on DS that allows you to access all items for a resource already in the store? As of now, I think the only way to do it is DS.filter(resourceName) and not pass in the additional parameters. Maybe something like DS.all(resourceName) similar to Ember's all() method?