@api semipublic
# File lib/dm-core/property/integer.rb, line 11 def initialize(model, name, options = {}) if options.key?(:serial) && !kind_of?(Serial) raise "Integer #{name} with explicit :serial option is deprecated, use Serial instead (#{caller[2]})" end super end
Generated with the Darkfish Rdoc Generator 2.