Open
Description
It is possible? For now, when i create a resource, related model is saved, but related columns in main resource is not filled at all.
My guess is that the assumptions are made here that the relationship will always be hasOne, so, the related model is written after the main one, am i wrong?
Any change to add support also for belongsTo? or any temporary solution for that case? ;)