Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/config/routes.rb @ 1276:20a6b12d1aba redmine-2.2-integration
Fixed test that was checking if an element belonged to the array. Correctly showing/hiding the Bibtex fields.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 10 May 2013 11:50:40 +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