Upgrades and fixes, maintenance

This commit is contained in:
2014-06-09 19:07:46 +02:00
parent 78a894759b
commit 0e4993e8a6
23 changed files with 87 additions and 57 deletions
+1
View File
@@ -282,6 +282,7 @@ define("activemodel-adapter/lib/system/active_model_serializer",
*/
keyForRelationship: function(key, kind) {
key = decamelize(key);
//if(key === 'active_list') debugger;
if (kind === "belongsTo") {
return key + "_id";
} else if (kind === "hasMany") {