annotate vendor/plugins/redmine_bibliography/app/models/bibtex_entry.rb @ 535:dd9d9c0ff0f9 feature_36

created the helpers to display correctly the My Publications Authors and Projects.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 26 Jul 2011 18:25:14 +0100
parents 8a105a53b8f4
children f05f3a9ef569
rev   line source
luis@393 1 class BibtexEntry < ActiveRecord::Base
luis@393 2 belongs_to :publication
luis@405 3
luis@393 4 end