Chris@909: class Tracker < ActiveRecord::Base Chris@909: generator_for :name, :start => 'Tracker 0' Chris@909: Chris@909: end