In an example database, associations are as follows: an Owner has_many homes and Home belongs_to Owner. I know I can call owner.homes to get a list of all their homes but in my View I only seem to be able to call the home.owner_id to get anything from the owner object. In an example database, associations are as fol