Mercurial > hg > soundsoftware-site
view test/exemplars/issue_priority_exemplar.rb @ 1474:c4436fec34bf bug_494
Close obsolete branch bug_494
author | Chris Cannam |
---|---|
date | Sat, 10 Nov 2012 13:57:53 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class IssuePriority < Enumeration generator_for :name, :start => 'IssuePriority0' generator_for :type => 'IssuePriority' end