I need to combine two instances of a model, and the process I need to go through is fairly simple. There's no much if any normalized data in the system. To combine the two I would just need to merge the data, and set the relevant foreign_keys on any models related.I need to combine two instances of a model, and