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