# HG changeset patch # User luisf # Date 1357732124 0 # Node ID f589996baa512f5b34bb010c49ff05cd2ff0b767 # Parent 77f703281e146a9d4047db00c1060fd145a7778e Fixed RedmineBibliography's routes file to ensure compatibility with Rails >3.1. diff -r 77f703281e14 -r f589996baa51 plugins/redmine_bibliography/config/routes.rb --- 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