remove fuzzy routes|add school missing row

This commit is contained in:
yanxd 2014-05-27 08:32:43 +08:00
parent 6dba5aaae6
commit 98444ef01e
1 changed files with 4 additions and 0 deletions

View File

@ -623,6 +623,10 @@ RedmineApp::Application.routes.draw do
########################
##added by wen##########
#######confusing########
get 'welcome/search', to: 'welcome#search'
get 'school/index', to: 'school#index'
get 'course/:school_id', to: 'welcome#course'
get 'course/:school_id', to: 'welcome#course'
post 'school/get_options/:province', :to => 'school#get_options'
get 'school/get_options/:province', :to => 'school#get_options'