view test/exemplars/document_category_exemplar.rb @ 1483:7e57ccd5f44b insider

Close obsolete branch insider
author Chris Cannam
date Sat, 10 Nov 2012 12:57:50 +0000
parents cbb26bc654de
children
line wrap: on
line source
class DocumentCategory < Enumeration
  generator_for :name, :start => 'DocumentCategory0'
  generator_for :type => 'DocumentCategory'

end