Chris@909: class Document < ActiveRecord::Base Chris@909: generator_for :title, :start => 'Document001' Chris@909: Chris@909: end