attributes_in_database()
Alias for `changed_attributes`
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 211 def attributes_in_database mutations_from_database.changed_values end