annotate .svn/pristine/34/34e8f3b289ef523b2e5c39a872d6efc48111b2f3.svn-base @ 1022:f2ec92061fca browsing

Merge from live branch
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 13 Nov 2012 10:35:40 +0000
parents cbb26bc654de
children
rev   line source
Chris@909 1 class Query < ActiveRecord::Base
Chris@909 2 generator_for :name, :start => 'Query 0'
Chris@909 3
Chris@909 4 end