annotate .svn/pristine/a6/a6997ccc17a181acc99da46c561e5d03a8fd1b93.svn-base @ 1022:f2ec92061fca browsing

Merge from live branch
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 13 Nov 2012 10:35:40 +0000
parents cbb26bc654de
children
rev   line source
Chris@909 1 class DocumentCategory < Enumeration
Chris@909 2 generator_for :name, :start => 'DocumentCategory0'
Chris@909 3 generator_for :type => 'DocumentCategory'
Chris@909 4
Chris@909 5 end