##// END OF EJS Templates
set svn:eol-style native test/fixtures/mail_handler/ticket_reply.eml...
set svn:eol-style native test/fixtures/mail_handler/ticket_reply.eml git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9190 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7338:189b31601621
r9070:40cb7435a0ce
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