changeset 1243:b1d3bc0b7f7e redmine-2.2-integration

Fixed bibliography routes file (removed call to sort authors)
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 26 Mar 2013 16:26:50 +0000
parents 57d35f2f9909
children a3ed5c4d90f0
files plugins/redmine_bibliography/config/routes.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/redmine_bibliography/config/routes.rb	Tue Mar 26 15:54:23 2013 +0000
+++ b/plugins/redmine_bibliography/config/routes.rb	Tue Mar 26 16:26:50 2013 +0000
@@ -1,3 +1,3 @@
 RedmineApp::Application.routes.draw do
-  resources :publications, :collection => { :sort_author_order => :post }
+  resources :publications
 end
\ No newline at end of file