annotate plugins/redmine_bibliography/config/routes.rb @ 1311:18052001fe11 redmine-2.2-integration

Use a nice code font (font files reqd)
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 18 Jun 2013 14:53:53 +0100
parents af51e7e3e846
children 2805873c0147
rev   line source
luis@1130 1 RedmineApp::Application.routes.draw do
luis@1282 2 match "publications/show_bibtex_fields", :to => 'publications#show_bibtex_fields', :via => "get"
luis@1274 3
luis@1282 4 match "publications/autocomplete_for_author", :to => 'publications#autocomplete_for_author', :via => "get"
luis@1274 5
luis@1306 6 match "authors/show/:id", :to => 'authors#show'
luis@1306 7
luis@1306 8
luis@1306 9
luis@1282 10 resources :publications
luis@444 11 end