Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/config/routes.rb @ 1313:17f075c7fd41 redmine-2.2-integration
toggles bibtex.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 18 Jun 2013 14:59:04 +0100 |
parents | af51e7e3e846 |
children | 2805873c0147 |
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" match "authors/show/:id", :to => 'authors#show' resources :publications end