# File lib/dm-core/model/property.rb, line 174
      def set_paranoid_property(name, &block)
        paranoid_properties[name] = block
      end