Works "automagically" like updated_at...just add a column named <column>_updated_at, and when your column changes, the timestamp will be updated.
Myron Marston
gem "column_timestamps", "~> 0.1.1"