1 2 3 4 5
class IssuePriority < Enumeration generator_for :name, :start => 'IssuePriority0' generator_for :type => 'IssuePriority' end