Do not audit changes trigger by creation
The model can be either updated/created via Rails `update` API. We want to distinguish between these cases for auditing purposes. It's incorrect to show `Change name from <blank> to Y` when user creates new record.
Showing
Please register or sign in to comment