Howto implement unchanged_attributes? when doing an update

I would appreciate if someone can let me know what would be the DRY way
of implementing an “unchanged_attributes?” method when doing an update,
just like in the example on page
http://api.rubyonrails.com/classes/ActiveRecord/Validations.html
Is an around filter the way to go?
thx,
-Hakan