Skip to content

Instantly share code, notes, and snippets.

Deal.find(11612).update_column(:point_person_id, 701)
Deal.find(11580).update_column(:point_person_id, 701)
Deal.find(11550).update_column(:point_person_id, 701)
Deal.find(11547).update_column(:point_person_id, 701)
Deal.find(11528).update_column(:point_person_id, 701)
Deal.find(11527).update_column(:point_person_id, 701)
Deal.find(11463).update_column(:point_person_id, 701)
Deal.find(11461).update_column(:point_person_id, 701)
Deal.find(11460).update_column(:point_person_id, 701)
Deal.find(11381).update_column(:point_person_id, 701)
assets = Asset.where(name: ["Stadium Innovation Center","Home Plate Center"])
assets.each { |asset| asset.deals.destroy_all }