annotate .svn/pristine/eb/ebb7abb0d59e1f4cd8902b17ea6fa3c9ebb74d65.svn-base @ 1215:2101a7c906b3 cannam

Fix failure to truncate long descriptions without carriage returns in them correctly
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 12 Mar 2013 10:29:50 +0000
parents cbb26bc654de
children
rev   line source
Chris@909 1 class Repository < ActiveRecord::Base
Chris@909 2 generator_for :type => 'Subversion'
Chris@909 3 generator_for :url, :start => 'file:///test/svn'
Chris@909 4
Chris@909 5 end