annotate plugins/redmine_embedded/config/routes.rb @ 1511:e1cfd013ef49
live
Fix #832 main page of a project should not have "Overview" as the first word of the html title
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Fri, 21 Mar 2014 14:11:12 +0000 |
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
|