Mercurial > hg > soundsoftware-site
view test/exemplars/repository_exemplar.rb @ 401:a0f6e994657f feature_113
Fix index file name; minor text changes; hack in link to repo (currently hard-coded with project name!)
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Mon, 11 Apr 2011 20:08:05 +0100 |
parents | 513646585e45 |
children | cbb26bc654de |
line wrap: on
line source
class Repository < ActiveRecord::Base generator_for :type => 'Subversion' generator_for :url, :method => :next_url def self.next_url @last_url ||= 'file:///test/svn' @last_url.succ! @last_url end end