annotate .svn/pristine/a6/a6997ccc17a181acc99da46c561e5d03a8fd1b93.svn-base @ 1169:492ff72268e3 bug_521

Close obsolete branch bug_521
author Chris Cannam
date Thu, 18 Oct 2012 10:42:48 +0100
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