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.

document_category_exemplar.rb 139B

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