Mercurial > hg > soundsoftware-site
view test/exemplars/issue_priority_exemplar.rb @ 1226:d280360758e5 live
Fix dodgy merge, syntax, defaults
author | Chris Cannam |
---|---|
date | Tue, 12 Mar 2013 15:26:58 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class IssuePriority < Enumeration generator_for :name, :start => 'IssuePriority0' generator_for :type => 'IssuePriority' end