annotate test/exemplars/repository_exemplar.rb @ 1011:f44860e089c5 browsing

Refactor into activities helper
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Mon, 12 Nov 2012 14:38:17 +0000
parents cbb26bc654de
children
rev   line source
Chris@0 1 class Repository < ActiveRecord::Base
Chris@0 2 generator_for :type => 'Subversion'
Chris@909 3 generator_for :url, :start => 'file:///test/svn'
Chris@0 4
Chris@0 5 end