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