view vendor/plugins/redmine_bibliography/config/routes.rb @ 519:3be6bc3c2a17 feature_36

Correctly searches and sends the parameters for both users and authors.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 15 Jul 2011 17:21:05 +0100
parents 49fb7a9ef79c
children 2fe129b04d82
line wrap: on
line source
ActionController::Routing::Routes.draw do |map|
  map.resources :publications, :collection => { :sort_authors => :post }
end