annotate vendor/plugins/redmine_bibliography/app/models/authorship.rb @ 393:9595ab4cac6b feature_36

DEV Commit: more logic to the publication controller; bibtexentry model, fixtures, test
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 11 Apr 2011 13:31:17 +0100
parents aed18b463206
children dd242ea99fd3
rev   line source
luis@328 1 class Authorship < ActiveRecord::Base
luis@328 2 belongs_to :author
luis@328 3 belongs_to :publication
luis@393 4
luis@328 5 end