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