Initial commit
This commit is contained in:
9
app/models/find-result.js
Normal file
9
app/models/find-result.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Model from 'ember-data/model';
|
||||
import attr from 'ember-data/attr';
|
||||
|
||||
export default Model.extend({
|
||||
text: attr('string'),
|
||||
cort: attr('number'),
|
||||
ratio: attr('number'),
|
||||
aoid: attr('string')
|
||||
});
|
||||
Reference in New Issue
Block a user