##// END OF EJS Templates
Set version to 1.3.3....
Set version to 1.3.3. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.3-stable@9414 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7338:189b31601621
r9280:5f2ebc202d5e 1.3-stable
Show More
issue_priority_exemplar.rb
5 lines | 130 B | text/x-ruby | RubyLexer
/ test / exemplars / issue_priority_exemplar.rb
class IssuePriority < Enumeration
generator_for :name, :start => 'IssuePriority0'
generator_for :type => 'IssuePriority'
end