Revision 1282:8d30e7644b75 plugins/redmine_bibliography/config

View differences:

plugins/redmine_bibliography/config/routes.rb
1 1
RedmineApp::Application.routes.draw do
2
  resources :publications
2
    match "publications/show_bibtex_fields", :to => 'publications#show_bibtex_fields', :via => "get"
3 3

  
4
  match "publications/show_bibtex_fields", :to => 'publications#show_bibtex_fields'
5
  match "publications/autocomplete_for_author", :to => 'publications#autocomplete_for_author'
4
    match "publications/autocomplete_for_author", :to => 'publications#autocomplete_for_author', :via => "get"
6 5

  
6
    resources :publications
7 7
end

Also available in: Unified diff