view .svn/pristine/ab/ab0b0facfbc991347f12721c7dda23510d7acb8c.svn-base @ 1045:a4fc01ef34c0 cannam

Create and Continue -> Create and Add Another (#525)
author Chris Cannam
date Tue, 13 Nov 2012 21:55:10 +0000
parents cbb26bc654de
children
line wrap: on
line source
class CustomField < ActiveRecord::Base
  generator_for :name, :start => 'CustomField0'
  generator_for :field_format => 'string'

end