annotate vendor/plugins/redmine_bibliography/config/routes.rb @ 702:3eb64cb3c7ac feature_36

Link authorships from publications detail page as well as publications list. Also minor text update
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Mon, 19 Sep 2011 17:00:35 +0100
parents 2fe129b04d82
children
rev   line source
luis@444 1 ActionController::Routing::Routes.draw do |map|
luis@557 2 map.resources :publications, :collection => { :sort_author_order => :post }
luis@444 3 end