ember-resource
ember-resource copied to clipboard
This project has moved. The canonical repository is now located at: https://github.com/zendesk/ember-resource
It's possible to "fake" a polymorphic association by using a "class" whose constructor is really a factory method for other classes. Unfortunately, this falls short when the different classes have...
When a ResourceCollection is created, its `content` is undefined (unless you pass in an `Array` for the `content`, in which case it's a non-fetchable collection), which means that attempts to...
Include examples of resource URL, schema, has-one, has-many. Once #3 is resolved, add subclassing resources.