view test/exemplars/document_category_exemplar.rb @ 1184:1027f0f3a81a bug_563

Make "busy projects" and "recent projects" look uniform
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 22 Jan 2013 14:12:47 +0000
parents cbb26bc654de
children
line wrap: on
line source
class DocumentCategory < Enumeration
  generator_for :name, :start => 'DocumentCategory0'
  generator_for :type => 'DocumentCategory'

end