Method: DataMapper::Types::Paranoid::ClassMethods#set_paranoid_property

Defined in:
lib/dm-types/paranoid/base.rb

#set_paranoid_property(name, &block) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



49
50
51
# File 'lib/dm-types/paranoid/base.rb', line 49

def set_paranoid_property(name, &block)
  paranoid_properties[name] = block
end