Created
September 24, 2016 14:19
-
-
Save snewcomer/307cc525c9facdb639aeffd0f30494f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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