Mercurial > hg > soundsoftware-site
view test/exemplars/custom_field_exemplar.rb @ 1073:3af6f66496a5 bibplugin_integration
Reverted the redminte_tags patches to the previous versions; cleaned unused code.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 21 Nov 2012 15:58:12 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class CustomField < ActiveRecord::Base generator_for :name, :start => 'CustomField0' generator_for :field_format => 'string' end