view test/exemplars/enumeration_exemplar.rb @ 1023:3d924264419a bibplugin_bibtex_display

few CSS tweaks
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 13 Nov 2012 11:20:59 +0000
parents cbb26bc654de
children
line wrap: on
line source
class Enumeration < ActiveRecord::Base
  generator_for :name, :start => 'Enumeration0'
  generator_for :type => 'TimeEntryActivity'

end