annotate plugins/redmine_bibliography/config/routes.rb @ 1118:35686c1667de redmine-2.2-integration

Fixed dispatcher and routes issues due to upgrading to the new rails/redmine versions.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 08 Jan 2013 14:06:55 +0000
parents b4b72f1eb644
children f589996baa51
rev   line source
luis@1118 1 RedmineApp::Application.routes.draw do |map|
luis@557 2 map.resources :publications, :collection => { :sort_author_order => :post }
luis@444 3 end