# File lib/dm-core/adapters/abstract_adapter.rb, line 180
      def attributes_as_fields(attributes)
        attributes.map { |property, value| [ property.field, value ] }.to_hash
      end