Mercurial > hg > soundsoftware-site
view test/exemplars/issue_priority_exemplar.rb @ 978:bbb88c44f805 cannam
Look up project objects
author | Chris Cannam |
---|---|
date | Thu, 25 Oct 2012 13:55:22 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class IssuePriority < Enumeration generator_for :name, :start => 'IssuePriority0' generator_for :type => 'IssuePriority' end