##// END OF EJS Templates
attachment: update a functional test to switch "side by side" and "inline" for ISO-8859-1 patches (#2371, #9612)...
attachment: update a functional test to switch "side by side" and "inline" for ISO-8859-1 patches (#2371, #9612) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7873 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7338:189b31601621
r7753:617cb8d270ac
Show More
document_category_exemplar.rb
5 lines | 139 B | text/x-ruby | RubyLexer
/ test / exemplars / document_category_exemplar.rb
class DocumentCategory < Enumeration
generator_for :name, :start => 'DocumentCategory0'
generator_for :type => 'DocumentCategory'
end