This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
changed_attributes()
Map of change attr => original value.
# File activerecord/lib/active_record/dirty.rb, line 101 def changed_attributes @changed_attributes ||= {} end