Mercurial > hg > soundsoftware-site
view test/exemplars/issue_priority_exemplar.rb @ 1220:31aee88c279b live
Layout and text fixes
author | Chris Cannam |
---|---|
date | Tue, 12 Mar 2013 13:36:57 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class IssuePriority < Enumeration generator_for :name, :start => 'IssuePriority0' generator_for :type => 'IssuePriority' end