i'm trying to print out user locations in my view. I'd like to just pass a user model to the view and print out the user location as user.location.city I can access user.location.city in the controller, but in the view user.location returns "#" Could someone explain what's going on and maybe give an alternative solution?