Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/config/routes.rb @ 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 | 5ea1a213c7a5 |
children | 8d30e7644b75 |
line wrap: on
line source
RedmineApp::Application.routes.draw do resources :publications match "publications/show_bibtex_fields", :to => 'publications#show_bibtex_fields' match "publications/autocomplete_for_author", :to => 'publications#autocomplete_for_author' end