Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/config/routes.rb @ 1122:22ab16c93c1c redmine-2.2-integration
Fixed Dispatcher call to provide compatibility with current version of Redmine.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 Jan 2013 16:11:18 +0000 |
parents | 35686c1667de |
children | f589996baa51 |
line wrap: on
line source
RedmineApp::Application.routes.draw do |map| map.resources :publications, :collection => { :sort_author_order => :post } end