ember-model
ember-model copied to clipboard
Add assertion error for incorrect relationship type
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.