Mercurial > hg > soundsoftware-site
view test/exemplars/document_category_exemplar.rb @ 986:5beffb0393f7 cannam
Merge
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 26 Oct 2012 17:19:01 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class DocumentCategory < Enumeration generator_for :name, :start => 'DocumentCategory0' generator_for :type => 'DocumentCategory' end