Boolean
@api private
# File lib/dm-types/paranoid_boolean.rb, line 10 def bind property_name = name.inspect model.class_eval include DataMapper::Types::Paranoid::Base set_paranoid_property(#{property_name}) { true } default_scope(#{repository_name.inspect}).update(#{property_name} => false), __FILE__, __LINE__ + 1 end
Generated with the Darkfish Rdoc Generator 2.