added meetingUser, callUser relations

This commit is contained in:
Taras Machyshyn
2013-12-27 13:21:55 +02:00
parent 94eaffe7a3
commit 692edf5d13
@@ -67,6 +67,16 @@
"preferences": {
"type": "hasOne",
"entity": "Preferences"
},
"meetings": {
"type": "hasMany",
"entity": "Meeting",
"foreign": "users"
},
"calls": {
"type": "hasMany",
"entity": "Call",
"foreign": "users"
}
},
"collection": {