changeset 1130:f589996baa51 redmine-2.2-integration

Fixed RedmineBibliography's routes file to ensure compatibility with Rails >3.1.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 09 Jan 2013 11:48:44 +0000
parents 77f703281e14
children 2681af99688f
files plugins/redmine_bibliography/config/routes.rb
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/redmine_bibliography/config/routes.rb	Wed Jan 09 11:45:25 2013 +0000
+++ b/plugins/redmine_bibliography/config/routes.rb	Wed Jan 09 11:48:44 2013 +0000
@@ -1,3 +1,3 @@
-RedmineApp::Application.routes.draw do |map|
-  map.resources :publications, :collection => { :sort_author_order => :post }
+RedmineApp::Application.routes.draw do
+  resources :publications, :collection => { :sort_author_order => :post }
 end
\ No newline at end of file