ember-model icon indicating copy to clipboard operation
ember-model copied to clipboard

Add assertion error for incorrect relationship type

Open ckung opened this issue 11 years ago • 0 comments

Throw an assertion error if the user is creating records via store, but does not define their relationships in such a way that will continue using the store. Relationships must be defined as a string, post and not App.Post if the record has a container. This is to ensure the application is creating records with a container - all or nothing.

ckung avatar Jun 08 '14 06:06 ckung