|
|
|
|
|
by btdmaster
454 days ago
|
|
Yup, but when I've tried gorm this is not generic enough to let me do this nested generically (with relations). In gorm you can't do Car.update({'soundsystem': [{id: 'bluetoothProtocolId'}]}), you can only do something like Car.Association('soundsystem').update([{id:'bluetoothProtocolId'}]), fundamental difference being that the latter is dealing with Car internals and is not generic. |
|