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