Hi everyone,
I have an entity which has relationships with other entities. Let say we have: user->menu->meal
My problem is that some of the users don't have a menu. So when I try to check: user.menu.meal == rice I get an error (path not found...)!
Thank you for your help!