view plugins/redmine_bibliography/config/routes.rb @ 1278:f8bb7ccc6fac redmine-2.2-integration

fixed javascript and helper to add author fields. Removed unused code.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 10 May 2013 14:19:26 +0100
parents 5ea1a213c7a5
children bdecc47b65b8
line wrap: on
line source
RedmineApp::Application.routes.draw do
  resources :publications

  match "publications/show_bibtex_fields", :to => 'publications#show_bibtex_fields'


end