I want to be able to do... `Replicator.transform(patient).to('patient', {verified: true});` Or something like that... but something that allows me to change everything except the ID, so that Facade will still find it in the database.
I want to be able to do...
Replicator.transform(patient).to('patient', {verified: true});Or something like that...
but something that allows me to change everything except the ID, so that Facade will still find it in the database.