annotate plugins/redmine_embedded/config/routes.rb @ 1354:fc0fecf09eb9
bug_635
Restore our original repos settings page. But I don't think this is going to work well with the new routes configuration
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Thu, 18 Jul 2013 11:18:35 +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
|