diff vendor/plugins/redmine_bibliography/app/models/bibtex_entry.rb @ 405:8a105a53b8f4 feature_36

Refactoring.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 13 Apr 2011 18:16:45 +0100
parents 9595ab4cac6b
children f05f3a9ef569
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/app/models/bibtex_entry.rb	Wed Apr 13 14:29:12 2011 +0100
+++ b/vendor/plugins/redmine_bibliography/app/models/bibtex_entry.rb	Wed Apr 13 18:16:45 2011 +0100
@@ -1,4 +1,4 @@
 class BibtexEntry < ActiveRecord::Base
   belongs_to :publication
-    
+  
 end