annotate vendor/plugins/redmine_bibliography/app/models/author.rb @ 445:77f88379115a feature_36

Merged my forks. More work in the controllers and views of the publications model.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 08 Jun 2011 11:35:04 +0100
parents b15397a5341c
children a7dc708d48a1
rev   line source
luis@328 1 class Author < ActiveRecord::Base
luis@328 2 has_many :authorships
luis@328 3 has_many :publications, :through => :authorships
luis@403 4
luis@445 5 # belongs_to :user
luis@403 6
luis@328 7 end