Skip to content

Instantly share code, notes, and snippets.

@joachimhs
Created June 27, 2012 18:47
Show Gist options
  • Save joachimhs/3005963 to your computer and use it in GitHub Desktop.
Save joachimhs/3005963 to your computer and use it in GitHub Desktop.
Ember Data mapping
If this is the Data Structure, how can Ember Data map this structure to real DS.Model objects ?
[
{
"id": 123,
"name": "measurement point ...",
"reference": {
"measurement": {
"id": 889
}
}
},
{
"id: 124",
"name": "waterfall sensor 124",
"reference": {
"sensor": {
"id": 823
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment