# HG changeset patch # User luisf # Date 1371478939 -3600 # Node ID af51e7e3e846f83522d92dd0bc157ecd58ccc31b # Parent 097d38a736246fb0fda46b36be59422ec15f1c4d added missing route for authors/show. diff -r 097d38a73624 -r af51e7e3e846 plugins/redmine_bibliography/config/routes.rb --- 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