Mercurial > hg > soundsoftware-site
view test/exemplars/document_category_exemplar.rb @ 1226:d280360758e5 live
Fix dodgy merge, syntax, defaults
author | Chris Cannam |
---|---|
date | Tue, 12 Mar 2013 15:26:58 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class DocumentCategory < Enumeration generator_for :name, :start => 'DocumentCategory0' generator_for :type => 'DocumentCategory' end