Skip to content
Snippets Groups Projects
Commit 8f74788b authored by Mathis Neumann's avatar Mathis Neumann
Browse files

every model has a type property

parent 14a1edc4
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,6 @@ import attr from 'ember-data/attr';
export default Model.extend({
// id: attr('string') - not allowed to be listed by ember
systemId: attr('string')
systemId: attr('string'),
type: attr('string')
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment