Closed
Description
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?