# File lib/active_record/dirty.rb, line 69 def changes changed.inject({}) { |h, attr| h[attr] = attribute_change(attr); h } end