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