Adds relation fields to objects

This commit is contained in:
Florent Vilmart
2016-04-08 07:42:02 -04:00
parent de2a2ee245
commit a770c4cba8
4 changed files with 55 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ var dummySchema = {
return 'geopoint';
}
return;
},
getRelationFields: function() {
return {}
}
};