Process contribution data before loading models

This commit is contained in:
2020-05-28 13:44:32 +02:00
parent e7c9620bbe
commit 69141a31c4
10 changed files with 501 additions and 34 deletions
+1
View File
@@ -22,4 +22,5 @@ export default EmberObject.extend({
serialize () {
return JSON.stringify(this);
}
});