测试course路由

Signed-off-by: alan <547533434@qq.com>
This commit is contained in:
alan 2014-09-17 15:17:43 +08:00
parent 0e07bed1ad
commit f44dbf76ac
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ RedmineApp::Application.routes.draw do
match 'delete_avatar', :to => 'avatar#delete_image',:via => :post
# Endof Tao's code
get 'robots.txt', :to => 'welcome#robots'
match 'welcome/course', :to => 'welcome#course'
##############测试留言功能 fq
post 'words/new', :to => 'words#new'
post 'words/create', :to => 'words#create'