finding2.ejs 219 Bytes BlameHistoryPermalink Edit 1 2 3 4 Person.find(person.id, { fetchAssociations: true }, function(p) { var petNames = p.fetchedAssociations.pets.map(function(pet) { return pet.name }).join(", ") Sequelize.Helper.log('The person's pets: ' + petNames) })