search for: collect_before_values

Displaying 1 result from an estimated 1 matches for "collect_before_values".

2006 May 18
3
ActiveRecord after save new and old values
I want to write a function that after an ActiveRecord saves successfully, can show me what the before and after values of a particular column are. Is this possible without creating a separate object before modifying the current one? -John