diff vendor/plugins/redmine_bibliography/app/models/authorship.rb @ 328:aed18b463206 feature_36

Created the "author", "publication" and "authorship" models and controllers.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 29 Mar 2011 14:33:32 +0100
parents
children 9595ab4cac6b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vendor/plugins/redmine_bibliography/app/models/authorship.rb	Tue Mar 29 14:33:32 2011 +0100
@@ -0,0 +1,4 @@
+class Authorship < ActiveRecord::Base
+  belongs_to :author
+  belongs_to :publication
+end