remove fuzzy routes|add school missing row
This commit is contained in:
parent
6dba5aaae6
commit
98444ef01e
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue