1 2 3 4 5
class Repository < ActiveRecord::Base generator_for :type => 'Subversion' generator_for :url, :start => 'file:///test/svn' end