Mercurial > hg > soundsoftware-site
view 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 |
line wrap: on
line source
class Enumeration < ActiveRecord::Base generator_for :name, :start => 'Enumeration0' generator_for :type => 'TimeEntryActivity' end