diff 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
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/app/models/authorship.rb	Mon Apr 11 12:34:18 2011 +0100
+++ b/vendor/plugins/redmine_bibliography/app/models/authorship.rb	Mon Apr 11 13:31:17 2011 +0100
@@ -1,4 +1,5 @@
 class Authorship < ActiveRecord::Base
   belongs_to :author
   belongs_to :publication
+  
 end