settings and project operations progress

This commit is contained in:
2018-07-18 20:40:02 -05:00
parent 5d59910424
commit 9a51c2b731
16 changed files with 195 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
import DS from 'ember-data'
export default DS.Model.extend
value: DS.attr()
+6
View File
@@ -0,0 +1,6 @@
// Generated by CoffeeScript 1.12.5
import DS from 'ember-data';
export default DS.Model.extend({
value: DS.attr()
});