# File lib/dm-core/resource.rb, line 418
    def attribute_dirty?(name)
      dirty_attributes.has_key?(properties[name])
    end