Givem that I have the Subdomain ID
, do I need to do a find in order to get the Subdomain object?
e.g: I have to do Subdomain.find {_id: item.subdomain_id}, (err, subdomain) ->
in order to get the object subdomain? It'd be much better just to do item.subdomain
.
Thanks!