diff vendor/plugins/redmine_bibliography/app/controllers/authors_controller.rb @ 406:40144aa9dfe7 feature_36

Corrected migration: added the "name" column to the table.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 14 Apr 2011 12:28:01 +0100
parents aed18b463206
children 8fa35731c959
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/app/controllers/authors_controller.rb	Wed Apr 13 18:16:45 2011 +0100
+++ b/vendor/plugins/redmine_bibliography/app/controllers/authors_controller.rb	Thu Apr 14 12:28:01 2011 +0100
@@ -2,6 +2,6 @@
   
   def index
     @authors = Author.find(:all)
+  end
 
-  end
 end