annotate plugins/redmine_embedded/config/routes.rb @ 1434:a9cfc6dcfb83
biblio_alt_search_auth
Addresses Bug #764. Removes unused controller instanced variable.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Wed, 09 Oct 2013 19:17:22 +0100 |
parents |
22d81bd0b62c |
children |
|
rev |
line source |
luis@1119
|
1 RedmineApp::Application.routes.draw do
|
luis@1119
|
2 post "/projects/:id/embedded/upload", :to => "redmine_embedded#upload", :as => :upload_embedded
|
luis@1119
|
3 get 'projects/:id/embedded(/*request_path(.:format))', :to => "redmine_embedded#index", :as => :show_embedded
|
luis@1119
|
4 end
|