Paul Damer
Results
1
comments of
Paul Damer
If anyone else comes here looking for a solution you can do something like: ``` def update_description_with_audit(new_value) self.description = new_value audit_update update_columns description: new_value end ``` In order for the...