Skip to content

Instantly share code, notes, and snippets.

@snewcomer
Created September 24, 2016 14:19
Show Gist options
  • Save snewcomer/307cc525c9facdb639aeffd0f30494f6 to your computer and use it in GitHub Desktop.
Save snewcomer/307cc525c9facdb639aeffd0f30494f6 to your computer and use it in GitHub Desktop.
export default DS.Model.extend(DirtyCheck, SaveRelated, Rollback, {
interests: hasMany(),
interestsIds: attr(),
location: belongsTo(),
locationId: attr(),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment