You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

issue_priority_exemplar.rb 130B

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