Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/config/routes.rb @ 1293:b7af3c2d1f0c redmine-2.2-integration
added a new js function to clear the author details fields
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 21 May 2013 18:15:48 +0100 |
parents | 8d30e7644b75 |
children | af51e7e3e846 |
line wrap: on
line source
RedmineApp::Application.routes.draw do match "publications/show_bibtex_fields", :to => 'publications#show_bibtex_fields', :via => "get" match "publications/autocomplete_for_author", :to => 'publications#autocomplete_for_author', :via => "get" resources :publications end