view vendor/plugins/redmine_bibliography/app/models/authorship.rb @ 470:30b36ab6f15a feature_36

Correctly removing authors.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 24 Jun 2011 11:41:01 +0100
parents 9595ab4cac6b
children dd242ea99fd3
line wrap: on
line source
class Authorship < ActiveRecord::Base
  belongs_to :author
  belongs_to :publication
  
end