diff vendor/plugins/redmine_bibliography/config/routes.rb @ 444:b461f84ed41a feature_36

Publications: Routes for regular REST behaviour; Import view and controller action; New beahviour for new action.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Sat, 04 Jun 2011 18:08:01 +0100
parents
children 49fb7a9ef79c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vendor/plugins/redmine_bibliography/config/routes.rb	Sat Jun 04 18:08:01 2011 +0100
@@ -0,0 +1,3 @@
+ActionController::Routing::Routes.draw do |map|
+  map.resources :publications
+end
\ No newline at end of file