Mercurial > hg > soundsoftware-site
annotate plugins/redmine_bibliography/config/routes.rb @ 1305:097d38a73624 redmine-2.2-integration
Merge from branch cannam
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 11:30:19 +0100 |
parents | 8d30e7644b75 |
children | af51e7e3e846 |
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@1282 | 6 resources :publications |
luis@444 | 7 end |