Class: DataMapper::Property::Serial

Inherits:
Integer show all
Defined in:
lib/dm-core/property/serial.rb

Instance Method Summary collapse

Methods inherited from Numeric

#try_dup

Instance Method Details

#to_child_keyObject

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.



8
9
10
# File 'lib/dm-core/property/serial.rb', line 8

def to_child_key
  Property::Integer
end