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