# File lib/dm-core/resource.rb, line 536 def dirty_attributes dirty_attributes = {} original_attributes.each_key do |property| dirty_attributes[property] = property.value(property.get!(self)) end dirty_attributes end