changeset 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 097d38a73624
children 06de38acb6b4
files plugins/redmine_bibliography/config/routes.rb
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/redmine_bibliography/config/routes.rb	Fri Jun 14 11:30:19 2013 +0100
+++ b/plugins/redmine_bibliography/config/routes.rb	Mon Jun 17 15:22:19 2013 +0100
@@ -3,5 +3,9 @@
 
     match "publications/autocomplete_for_author", :to => 'publications#autocomplete_for_author', :via => "get"
 
+    match "authors/show/:id", :to => 'authors#show'
+
+
+
     resources :publications
 end
\ No newline at end of file