changed_attributes()
Map of change attr => original value.
# File activerecord/lib/active_record/dirty.rb, line 97 def changed_attributes @changed_attributes ||= {} end