Chris@0: class Repository < ActiveRecord::Base Chris@0: generator_for :type => 'Subversion' Chris@909: generator_for :url, :start => 'file:///test/svn' Chris@0: Chris@0: end