view plugins/redmine_bibliography/config/routes.rb @ 1317:2805873c0147 redmine-2.2-integration

several fixes to the publications#show page and related views.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 18 Jun 2013 17:34:56 +0100
parents af51e7e3e846
children 2e54ae6ab02f
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'

    match "publications/add_project/:id", :to => 'publications#add_project'


    resources :publications
end