|
|
|
@ -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'
|
|
|
|
|
|
|
|
|
|