annotate .svn/pristine/34/34e8f3b289ef523b2e5c39a872d6efc48111b2f3.svn-base @ 1475:23412bce0576 bug_522

Close obsolete branch bug_522
author Chris Cannam
date Sat, 27 Oct 2012 17:18:52 +0100
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