##// END OF EJS Templates
Resourcified repositories for CRUD operations to prepare for multiple SCM per project (#779)....
Resourcified repositories for CRUD operations to prepare for multiple SCM per project (#779). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8648 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7338:189b31601621
r8528:fb1a2fd7cd4c
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