##// END OF EJS Templates
code layout cleanup app/controllers/sys_controller.rb...
code layout cleanup app/controllers/sys_controller.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8756 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7338:189b31601621
r8636:7574ab730d90
Show More
version_exemplar.rb
5 lines | 128 B | text/x-ruby | RubyLexer
/ test / exemplars / version_exemplar.rb
Jean-Philippe Lang
Version sharing (#465) + optional inclusion of subprojects in the roadmap view (#2666)....
r3009 class Version < ActiveRecord::Base
Etienne Massip
Cleanup test exemplars and fix subsequent @#generate@ calls generating same values (#7613)....
r7338 generator_for :name, :start => 'Version 1.0.0'
Jean-Philippe Lang
Version sharing (#465) + optional inclusion of subprojects in the roadmap view (#2666)....
r3009 generator_for :status => 'open'
end