##// 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
tracker_exemplar.rb
4 lines | 85 B | text/x-ruby | RubyLexer
class Tracker < ActiveRecord::Base
generator_for :name, :start => 'Tracker 0'
end