diff plugins/redmine_bibliography/config/routes.rb @ 1337:077b8890835a cannam

Merge from live branch
author Chris Cannam
date Thu, 20 Jun 2013 13:14:02 +0100
parents 2e54ae6ab02f
children 4d5d25039a5f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/redmine_bibliography/config/routes.rb	Thu Jun 20 13:14:02 2013 +0100
@@ -0,0 +1,14 @@
+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'
+
+    match "publications/autocomplete_for_project", :to => 'publications#autocomplete_for_project'
+
+
+    resources :publications
+end
\ No newline at end of file