Moved the redmine plugin to a seperate repositiory: http://github.com/fnp/redakcja_re...
[redakcja.git] / redmine / redmine_publications / app / models / publication.rb
diff --git a/redmine/redmine_publications/app/models/publication.rb b/redmine/redmine_publications/app/models/publication.rb
deleted file mode 100644 (file)
index 1544402..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-class Publication < ActiveRecord::Base
-  has_many :issues, :through => :issuepublications
-  belongs_to :repository
-end