Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/config/routes.rb @ 1123:48c5fdd6cf10 redmine-2.2-integration
Rails 3 compatibility: renamed all named_scope calls to scope.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 Jan 2013 16:19:01 +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