view test/exemplars/issue_priority_exemplar.rb @ 1042:26a835cb14f9 live

Merge from branch cannam
author Chris Cannam
date Tue, 13 Nov 2012 15:39:30 +0000
parents cbb26bc654de
children
line wrap: on
line source
class IssuePriority < Enumeration
  generator_for :name, :start => 'IssuePriority0'
  generator_for :type => 'IssuePriority'

end