Chris@909: class IssueCategory < ActiveRecord::Base Chris@909: generator_for :name, :start => 'Category 0001' Chris@909: Chris@909: end