Is there a way to determine what was actually done when save() was called? I am overriding save() to include a transaction and I need to know was the save() a create() or an update(). Or do I do it some other way?
Is there a way to determine what was actually done when save() was called? I am overriding save() to include a transaction and I need to know was the save() a create() or an update(). Or do I do it some other way?