annotate plugins/redmine_bibliography/config/routes.rb @ 1234:e0167f4e1d8a redmine-2.2-integration

We have a MyHelper now, so we need a MyHelperPatch (also some other minor fixes)
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 13 Mar 2013 14:00:01 +0000
parents f589996baa51
children b1d3bc0b7f7e
rev   line source
luis@1130 1 RedmineApp::Application.routes.draw do
luis@1130 2 resources :publications, :collection => { :sort_author_order => :post }
luis@444 3 end