Mercurial > hg > soundsoftware-site
annotate plugins/redmine_bibliography/config/routes.rb @ 1306:af51e7e3e846 redmine-2.2-integration
added missing route for authors/show.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 17 Jun 2013 15:22:19 +0100 |
parents | 8d30e7644b75 |
children | 2805873c0147 |
rev | line source |
---|---|
luis@1130 | 1 RedmineApp::Application.routes.draw do |
luis@1282 | 2 match "publications/show_bibtex_fields", :to => 'publications#show_bibtex_fields', :via => "get" |
luis@1274 | 3 |
luis@1282 | 4 match "publications/autocomplete_for_author", :to => 'publications#autocomplete_for_author', :via => "get" |
luis@1274 | 5 |
luis@1306 | 6 match "authors/show/:id", :to => 'authors#show' |
luis@1306 | 7 |
luis@1306 | 8 |
luis@1306 | 9 |
luis@1282 | 10 resources :publications |
luis@444 | 11 end |