annotate vendor/plugins/redmine_bibliography/config/routes.rb @ 813:0987c3565751 luisf

Forces the tags to be lowercase.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 23 Nov 2011 15:40:55 +0000
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