Mercurial > hg > soundsoftware-site
changeset 1280:bdecc47b65b8 redmine-2.2-integration
added missing route for autocomplete.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 10 May 2013 17:50:56 +0100 |
parents | a0488ec6979e |
children | e9bfba17e791 |
files | plugins/redmine_bibliography/config/routes.rb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/redmine_bibliography/config/routes.rb Fri May 10 17:50:26 2013 +0100 +++ b/plugins/redmine_bibliography/config/routes.rb Fri May 10 17:50:56 2013 +0100 @@ -2,6 +2,6 @@ resources :publications match "publications/show_bibtex_fields", :to => 'publications#show_bibtex_fields' - + match "publications/autocomplete_for_author", :to => 'publications#autocomplete_for_author' end \ No newline at end of file