nicklandgrebe/active-resource.js

Add `local()` helper to CollectionProxy

nicklandgrebe opened this issue · 1 comments

Stories

  • As a developer, I want to be able to easily retrieve the local objects of a CollectionProxy using different helpers, while also being able to retrieve remote objects using the existing helpers

Objectives

  • Add CollectionProxy#local helper that returns a collection of local of sortable and queriable objects

target()