# File lib/mongo_mapper/plugins/dirty.rb, line 38
      def attribute_method?(attr_name)
        keys.key?(attr_name) || !embedded_associations.detect {|a| a.name == attr_name }.nil?
      end