|
|
|
@ -700,7 +700,7 @@ RedmineApp::Application.routes.draw do
|
|
|
|
|
#######confusing########
|
|
|
|
|
get 'welcome/search', to: 'welcome#search'
|
|
|
|
|
get 'school/index', to: 'school#index'
|
|
|
|
|
get 'course/:school_id', to: 'welcome#course', :as => 'scholl_course_list'
|
|
|
|
|
get 'course/:school_id', to: 'welcome#course', :as => 'school_course_list'
|
|
|
|
|
#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'
|
|
|
|
|