annotate .svn/pristine/ab/ab0b0facfbc991347f12721c7dda23510d7acb8c.svn-base @ 964:3c5858c5794d feature_523

Make stylesheet at least a little more muted
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 16 Oct 2012 16:48:02 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 class CustomField < ActiveRecord::Base
Chris@909 2 generator_for :name, :start => 'CustomField0'
Chris@909 3 generator_for :field_format => 'string'
Chris@909 4
Chris@909 5 end