annotate test/exemplars/enumeration_exemplar.rb @ 1029:beea10a56132 luisf

Fixed wrong entry type when "generating" bibtex
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 13 Nov 2012 13:34:58 +0000
parents cbb26bc654de
children
rev   line source
Chris@0 1 class Enumeration < ActiveRecord::Base
Chris@909 2 generator_for :name, :start => 'Enumeration0'
Chris@0 3 generator_for :type => 'TimeEntryActivity'
Chris@0 4
Chris@0 5 end